Package org.apache.manifoldcf.authorities.interfaces

Interface Summary
IAuthorityConnection This interface describes a paper object which is an authority connection.
IAuthorityConnectionManager This interface describes the functionality in the authority connection manager.
IAuthorityConnector An authority connector supplies an ACL of some kind for a given user.
IAuthorityConnectorManager This interface describes the authority connector registry.
 

Class Summary
AuthorityConnectionManagerFactory This is the factory class for authority connection manager objects.
AuthorityConnectorFactory This class manages a pool of authority connectors.
AuthorityConnectorFactory.Pool This class represents a value in the pool hash, which corresponds to a given key.
AuthorityConnectorFactory.PoolKey This is an immutable pool key class, which describes a pool in terms of two independent keys.
AuthorityConnectorManagerFactory This class is the factory for the Authority Connector Manager.
AuthorizationResponse An authorization response must contain the following information: (a) A list of access tokens (b) An indication of how that result was obtained - specifically: - Whether the authority was reachable or not - Whether the user was found or not - Whether the user was authorized or not
CacheKeyFactory This class just represents a central place where cache keys are assembled.