public class GenericCredentialScope extends Object implements ICredentialScope
| Constructor and Description |
|---|
GenericCredentialScope(ICredentialSpec credentialSpec) |
| Modifier and Type | Method and Description |
|---|---|
ICredentialSpec |
getCredentialSpec()
The
ICredentialSpec for the ICredential required for this
scope. |
String |
getPrompt()
A prompt string that can be displayed to the user.
|
int |
match(ICredentialScope scope)
An indicator of similarity for two scopes.
|
void |
setPrompt(String prompt) |
public GenericCredentialScope(ICredentialSpec credentialSpec)
public ICredentialSpec getCredentialSpec()
ICredentialScopeICredentialSpec for the ICredential required for this
scope.getCredentialSpec in interface ICredentialScopeICredentialSpec for the ICredential required
for this scope.public String getPrompt()
ICredentialScopegetPrompt in interface ICredentialScopepublic int match(ICredentialScope scope)
ICredentialScopematch in interface ICredentialScopepublic void setPrompt(String prompt)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.