public interface ICredentialProvider
ICredential for authentication.| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptCredentialScope(ICredentialScope scope)
true if this provider can provide ICredential instances
for the scope. |
ICredential |
getCredential(ICredentialScope scope)
An
ICredential or null to indicate cancellation. scope indicates
the scope where the ICredential must be valid. scope may be null. |
boolean acceptCredentialScope(ICredentialScope scope)
true if this provider can provide ICredential instances
for the scope.scope - ICredential getCredential(ICredentialScope scope)
ICredential or null to indicate cancellation. scope indicates
the scope where the ICredential must be valid. scope may be null.scope - TODOICredential or null to indicate cancellation.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.