|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Authority in org.openxri.admin.resources |
---|
Constructors in org.openxri.admin.resources with parameters of type Authority | |
---|---|
AuthorityImageResource(Authority authority)
|
Uses of Authority in org.openxri.admin.webpages.store |
---|
Methods in org.openxri.admin.webpages.store that return Authority | |
---|---|
Authority |
SubSegmentDetails.getAuthority()
|
Authority |
SubSegmentDetails.getParentAuthority()
|
Methods in org.openxri.admin.webpages.store that return types with arguments of type Authority | |
---|---|
java.util.List<Authority> |
ListAuthorities.getAuthorities()
|
java.util.List<Authority> |
ListAuthoritiesByPath.getAuthorities()
|
java.util.List<Authority> |
ListAuthoritiesByIndex.getAuthorities()
|
Methods in org.openxri.admin.webpages.store with parameters of type Authority | |
---|---|
void |
SubSegmentDetails.setAuthority(Authority authority)
|
void |
SubSegmentDetails.setParentAuthority(Authority parentAuthority)
|
Method parameters in org.openxri.admin.webpages.store with type arguments of type Authority | |
---|---|
void |
ListAuthorities.setAuthorities(java.util.List<Authority> authorities)
|
void |
ListAuthoritiesByPath.setAuthorities(java.util.List<Authority> authorities)
|
void |
ListAuthoritiesByIndex.setAuthorities(java.util.List<Authority> authorities)
|
Constructors in org.openxri.admin.webpages.store with parameters of type Authority | |
---|---|
AuthorityDetails(Authority authority)
|
|
CreateAliasSubSegment(Authority parentAuthority)
|
|
CreateAliasSubSegment(Authority parentAuthority,
Authority authority)
|
|
CreateSubSegment(Authority parentAuthority)
|
Uses of Authority in org.openxri.pipeline |
---|
Methods in org.openxri.pipeline with parameters of type Authority | |
---|---|
XRD |
Stage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
Called as part of executing a pipeline. |
XRD |
Pipeline.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
A pipeline is executed by consecutively executing all its stages. |
Uses of Authority in org.openxri.pipeline.stages |
---|
Methods in org.openxri.pipeline.stages with parameters of type Authority | |
---|---|
XRD |
ExecutePipelineStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddServerStatusStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddXMLElementStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddRandomCanonicalIDStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
FromStoreStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
EmptyXRDStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AutoLocalIDsStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddAuthorityResolutionSEPStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddStatusStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddSerialCanonicalIDStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
InheritAttributesStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddExpiresRelativeStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddGUIDCanonicalIDStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddExpiresAbsoluteStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddProviderIDStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
XRD |
AddQueryStage.execute(Store store,
XRD xrd,
XRISegment segment,
Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority,
boolean isCreate)
|
Uses of Authority in org.openxri.server.impl |
---|
Methods in org.openxri.server.impl with parameters of type Authority | |
---|---|
protected abstract void |
AbstractServer.finishXRD(XRD xrd,
Authority parent,
SubSegment subSegment,
Authority authority,
boolean signed)
Called before the server adds the XRD to the XRDS and moves on to the next authority. |
protected void |
TrustedServer.finishXRD(XRD xrd,
Authority parentAuthority,
SubSegment subSegment,
Authority authority,
boolean bSigned)
|
protected void |
BasicServer.finishXRD(XRD xrd,
Authority parentAuthority,
SubSegment subSegment,
Authority authority,
boolean signed)
|
protected abstract boolean |
AbstractServer.initXRD(XRD xrd,
Authority parent,
java.lang.String subSegmentName,
boolean signed)
Called before anything is added to a fresh XRD. |
protected boolean |
BasicServer.initXRD(XRD xrd,
Authority parentAuthority,
java.lang.String subSegmentName,
boolean signed)
|
Uses of Authority in org.openxri.store |
---|
Methods in org.openxri.store that return Authority | |
---|---|
Authority |
Store.createAuthority(XRD xrd)
Creates an authority without associating it with a subsegment. |
Authority |
StoreLookup.getSubSegmentAuthority(SubSegment subSegment)
Returns the authority of this subsegment. |
Authority |
StoreLookup.getSubSegmentParentAuthority(SubSegment subSegment)
Returns the authority of this subsegment. |
Authority[] |
StoreBetterLookup.listAuthorities()
Returns all authorities. |
Authority[] |
StoreAttributable.listAuthoritiesByAttributes(StoreAttributable.Selector selector)
Returns all authorities whose attributes satisfy certain conditions. |
Authority[] |
StoreAttributable.listAuthoritiesByAttributeValue(java.lang.String key,
java.lang.String value)
Returns all authorities with a certain attribute key/value pair. |
Authority[] |
StoreAttributable.listAuthoritiesByIndex(java.lang.String indx)
Returns all authorities with a certain index. |
Authority[] |
StoreMountable.listAuthoritiesByPath(java.lang.String path)
Returns all authorities mounted at a given path. |
Authority |
StoreLookup.localLookup(XRIAuthority authorityPath)
This method iterates through all subsegments of the given authority path and returns its final authority. |
Methods in org.openxri.store with parameters of type Authority | |
---|---|
void |
Store.deleteAuthority(Authority authority)
Deletes an authority and any subsegments registered underneath it. |
SubSegment |
StoreLookup.findSubSegment(Authority authority,
java.lang.String name)
Finds a subsegment with a given authority and name. |
java.util.Map<java.lang.String,java.lang.String> |
StoreAttributable.getAuthorityAttributes(Authority authority)
Gets attributes from an authority. |
SubSegment[] |
StoreBetterLookup.getAuthorityChildSubSegments(Authority parent)
Gets all subsegments that have this authority as parent. |
java.lang.String |
StoreAttributable.getAuthorityIndex(Authority authority)
Gets the index of the authority. |
java.lang.String |
StoreMountable.getAuthorityPath(Authority authority)
Returns the path at which the authority is mounted. |
java.lang.String[] |
StoreBetterLookup.getAuthorityQxris(Authority authority)
Gets all full XRIs that lead to this authority. |
java.lang.String[] |
StoreBetterLookup.getAuthorityQxris(Authority authority,
boolean reassignable,
boolean persistent)
Gets all full XRIs that lead to this authority. |
SubSegment[] |
StoreBetterLookup.getAuthoritySubSegments(Authority authority)
Gets all subsegments that lead to this authority. |
SubSegment[] |
StoreBetterLookup.getSynonymSubSegments(Authority parent,
Authority authority)
Gets all subsegments with a given parent authority and authority. |
SubSegment |
Store.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority)
Registers a new subsegment using an already existing authority. |
SubSegment |
Store.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
XRD xrd)
Registers a subsegment with a new authority. |
void |
StoreAttributable.setAuthorityAttributes(Authority authority,
java.util.Map<java.lang.String,java.lang.String> attributes)
Associates attributes with an authority. |
void |
StoreAttributable.setAuthorityIndex(Authority authority,
java.lang.String indx)
Associates an index with an authority. |
void |
StoreMountable.setAuthorityPath(Authority authority,
java.lang.String path)
Mounts an authority at a given path. |
void |
StoreEditable.setXrd(Authority authority,
XRD xrd)
Sets the XRD of an authority. |
Uses of Authority in org.openxri.store.impl |
---|
Classes in org.openxri.store.impl that implement Authority | |
---|---|
class |
AbstractAuthority
|
Methods in org.openxri.store.impl with parameters of type Authority | |
---|---|
int |
AbstractAuthority.compareTo(Authority other)
|
Uses of Authority in org.openxri.store.impl.db |
---|
Classes in org.openxri.store.impl.db that implement Authority | |
---|---|
class |
DbAuthority
|
Methods in org.openxri.store.impl.db that return Authority | |
---|---|
Authority |
DatabaseStore.createAuthority(XRD xrd)
|
Authority |
DatabaseStore.getSubSegmentAuthority(SubSegment subSegment)
|
Authority |
DatabaseStore.getSubSegmentParentAuthority(SubSegment subSegment)
|
Authority[] |
DatabaseStore.listAuthorities()
|
Authority[] |
DatabaseStore.listAuthoritiesByAttributes(StoreAttributable.Selector selector)
|
Authority[] |
DatabaseStore.listAuthoritiesByAttributeValue(java.lang.String key,
java.lang.String value)
|
Authority[] |
DatabaseStore.listAuthoritiesByIndex(java.lang.String indx)
|
Authority[] |
DatabaseStore.listAuthoritiesByPath(java.lang.String path)
|
Authority |
DatabaseStore.localLookup(XRIAuthority authorityPath)
|
Methods in org.openxri.store.impl.db with parameters of type Authority | |
---|---|
void |
DatabaseStore.deleteAuthority(Authority authority)
|
SubSegment |
DatabaseStore.findSubSegment(Authority parentAuthority,
java.lang.String name)
|
java.util.Map<java.lang.String,java.lang.String> |
DatabaseStore.getAuthorityAttributes(Authority authority)
|
SubSegment[] |
DatabaseStore.getAuthorityChildSubSegments(Authority parent)
|
java.lang.String |
DatabaseStore.getAuthorityIndex(Authority authority)
|
java.lang.String |
DatabaseStore.getAuthorityPath(Authority authority)
|
java.lang.String[] |
DatabaseStore.getAuthorityQxris(Authority authority)
|
java.lang.String[] |
DatabaseStore.getAuthorityQxris(Authority authority,
boolean reassignable,
boolean persistent)
|
SubSegment[] |
DatabaseStore.getAuthoritySubSegments(Authority authority)
|
SubSegment[] |
DatabaseStore.getSynonymSubSegments(Authority parent,
Authority authority)
|
SubSegment |
DatabaseStore.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority)
|
SubSegment |
DatabaseStore.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
XRD xrd)
|
void |
DatabaseStore.setAuthorityAttributes(Authority authority,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
DatabaseStore.setAuthorityIndex(Authority authority,
java.lang.String indx)
|
void |
DatabaseStore.setAuthorityPath(Authority authority,
java.lang.String path)
|
void |
DatabaseStore.setXrd(Authority authority,
XRD xrd)
|
Uses of Authority in org.openxri.store.impl.n |
---|
Classes in org.openxri.store.impl.n that implement Authority | |
---|---|
class |
NullAuthority
|
Methods in org.openxri.store.impl.n that return Authority | |
---|---|
Authority |
NullStore.createAuthority(XRD xrd)
|
Authority |
NullStore.getSubSegmentAuthority(SubSegment subSegment)
|
Authority |
NullStore.getSubSegmentParentAuthority(SubSegment subSegment)
|
Authority[] |
NullStore.listAuthorities()
|
Authority[] |
NullStore.listAuthoritiesByAttributes(StoreAttributable.Selector selector)
|
Authority[] |
NullStore.listAuthoritiesByAttributeValue(java.lang.String key,
java.lang.String value)
|
Authority[] |
NullStore.listAuthoritiesByIndex(java.lang.String indx)
|
Authority |
NullStore.localLookup(XRIAuthority authorityPath)
|
Methods in org.openxri.store.impl.n with parameters of type Authority | |
---|---|
void |
NullStore.deleteAuthority(Authority authority)
|
SubSegment |
NullStore.findSubSegment(Authority authority,
java.lang.String name)
|
java.util.Map<java.lang.String,java.lang.String> |
NullStore.getAuthorityAttributes(Authority authority)
|
SubSegment[] |
NullStore.getAuthorityChildSubSegments(Authority authority)
|
java.lang.String |
NullStore.getAuthorityIndex(Authority authority)
|
java.lang.String[] |
NullStore.getAuthorityQxris(Authority authority)
|
java.lang.String[] |
NullStore.getAuthorityQxris(Authority authority,
boolean reassignable,
boolean persistent)
|
SubSegment[] |
NullStore.getAuthoritySubSegments(Authority authority)
|
SubSegment[] |
NullStore.getSynonymSubSegments(Authority parent,
Authority authority)
|
SubSegment |
NullStore.registerSubsegment(Authority parent,
java.lang.String name,
Authority authority)
|
SubSegment |
NullStore.registerSubsegment(Authority parent,
java.lang.String name,
XRD xrd)
|
void |
NullStore.setAuthorityAttributes(Authority authority,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
NullStore.setAuthorityIndex(Authority authority,
java.lang.String indx)
|
void |
NullStore.setXrd(Authority authority,
XRD xrd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |