org.josso.gateway.identity.service.store |
|
Java Source File Name | Type | Comment |
AbstractStore.java | Class | This is a base implementation of an IdentityStore. |
IdentityStore.java | Interface | Represents a resource to store user information. |
IdentityStoreKeyAdapter.java | Interface | This interface is used by the IdentityManager to transform user information into specific keys. |
MemoryIdentityStore.java | Class | Memory based implementation of an IdentityStore and CredentialStore that reads
data from XML files. |
RoleKey.java | Interface | |
SimpleIdentityStoreKeyAdapter.java | Class | |
SimpleRoleKey.java | Class | This role key implementation uses a String as identifier. |
SimpleUserKey.java | Class | Thjis simple UserKey uses a String as identifier. |
UserKey.java | Interface | |