| Constructor and Description |
|---|
PlainNutsAuthenticationAgent() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCredentials(char[] credentialsId,
char[] password,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session) |
char[] |
createCredentials(char[] credentials,
boolean allowRetrieve,
char[] credentialId,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session) |
char[] |
getCredentials(char[] credentialsId,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session) |
String |
getId() |
int |
getSupportLevel(net.thevpc.nuts.NutsSupportLevelContext<String> authenticationAgent) |
boolean |
removeCredentials(char[] credentialsId,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session) |
public String getId()
getId in interface net.thevpc.nuts.NutsAuthenticationAgentpublic void checkCredentials(char[] credentialsId,
char[] password,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session)
checkCredentials in interface net.thevpc.nuts.NutsAuthenticationAgentpublic char[] getCredentials(char[] credentialsId,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session)
getCredentials in interface net.thevpc.nuts.NutsAuthenticationAgentpublic boolean removeCredentials(char[] credentialsId,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session)
removeCredentials in interface net.thevpc.nuts.NutsAuthenticationAgentpublic char[] createCredentials(char[] credentials,
boolean allowRetrieve,
char[] credentialId,
Map<String,String> envProvider,
net.thevpc.nuts.NutsSession session)
createCredentials in interface net.thevpc.nuts.NutsAuthenticationAgentCopyright © 2021 vpc open source initiative. All rights reserved.