| Package | Description |
|---|---|
| de.intarsys.aaa.authentication | |
| de.intarsys.tools.authenticate |
| Modifier and Type | Method and Description |
|---|---|
List<ICredential> |
ISubject.getCredentials()
All
ICredential instances associated with the subject. |
| Modifier and Type | Method and Description |
|---|---|
void |
IAuthenticationHandler.authenticate(ICredential credential)
Perform the necessary authentication procedure for the given credential.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NTCredential |
class |
PasswordCredential
An
ICredential container for a password/passcode. |
class |
UserPasswordCredential
An
ICredential container for user name and password. |
| Modifier and Type | Method and Description |
|---|---|
ICredential |
ICredentialProvider.getCredential(ICredentialScope scope)
An
ICredential or null to indicate cancellation. scope indicates
the scope where the ICredential must be valid. scope may be null. |
ICredential |
FilteredCredentialStore.getCredential(ICredentialScope scope) |
ICredential |
CompositeCredentialProvider.getCredential(ICredentialScope scope) |
ICredential |
BasicCredentialProvider.getCredential(ICredentialScope scope) |
| Modifier and Type | Method and Description |
|---|---|
Class<ICredential> |
CredentialFactory.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ICredentialStore.setCredential(ICredentialScope scope,
ICredential credential)
Associate a credential with a given scope.
|
void |
FilteredCredentialStore.setCredential(ICredentialScope scope,
ICredential credential) |
void |
CompositeCredentialProvider.setCredential(ICredentialScope scope,
ICredential credential) |
void |
BasicCredentialProvider.setCredential(ICredentialScope scope,
ICredential credential) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.