public class GateInAtricoreIdentityPlugin extends AbstractIdentityPlugin implements org.atricore.idbus.kernel.main.store.identity.BindableCredentialStore, org.atricore.idbus.kernel.main.store.identity.IdentityStore
| Constructor and Description |
|---|
GateInAtricoreIdentityPlugin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bind(String username,
String password,
org.atricore.idbus.kernel.main.store.identity.BindContext context) |
org.atricore.idbus.kernel.main.authn.BaseRole[] |
findRolesByUserKey(org.atricore.idbus.kernel.main.store.UserKey userKey) |
org.atricore.idbus.kernel.main.authn.Credential[] |
loadCredentials(org.atricore.idbus.kernel.main.authn.CredentialKey credentialKey) |
org.atricore.idbus.kernel.main.authn.Credential[] |
loadCredentials(org.atricore.idbus.kernel.main.authn.CredentialKey credentialKey,
org.atricore.idbus.kernel.main.authn.CredentialProvider credentialProvider) |
String |
loadUID(org.atricore.idbus.kernel.main.authn.CredentialKey key,
org.atricore.idbus.kernel.main.authn.CredentialProvider cp) |
org.atricore.idbus.kernel.main.authn.BaseUser |
loadUser(org.atricore.idbus.kernel.main.store.UserKey userKey) |
void |
setAuthenticationScheme(org.atricore.idbus.kernel.main.authn.scheme.AuthenticationScheme authenticationScheme) |
boolean |
userExists(org.atricore.idbus.kernel.main.store.UserKey userKey) |
bindImpl, loadInputStreampublic void setAuthenticationScheme(org.atricore.idbus.kernel.main.authn.scheme.AuthenticationScheme authenticationScheme)
public boolean userExists(org.atricore.idbus.kernel.main.store.UserKey userKey)
throws org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityException
userExists in interface org.atricore.idbus.kernel.main.store.identity.IdentityStoreorg.atricore.idbus.kernel.main.store.exceptions.SSOIdentityExceptionpublic org.atricore.idbus.kernel.main.authn.BaseRole[] findRolesByUserKey(org.atricore.idbus.kernel.main.store.UserKey userKey)
throws org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityException
findRolesByUserKey in interface org.atricore.idbus.kernel.main.store.identity.IdentityStoreorg.atricore.idbus.kernel.main.store.exceptions.SSOIdentityExceptionpublic org.atricore.idbus.kernel.main.authn.BaseUser loadUser(org.atricore.idbus.kernel.main.store.UserKey userKey)
throws org.atricore.idbus.kernel.main.store.exceptions.NoSuchUserException,
org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityException
loadUser in interface org.atricore.idbus.kernel.main.store.identity.IdentityStoreorg.atricore.idbus.kernel.main.store.exceptions.NoSuchUserExceptionorg.atricore.idbus.kernel.main.store.exceptions.SSOIdentityExceptionpublic org.atricore.idbus.kernel.main.authn.Credential[] loadCredentials(org.atricore.idbus.kernel.main.authn.CredentialKey credentialKey,
org.atricore.idbus.kernel.main.authn.CredentialProvider credentialProvider)
throws org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityException
loadCredentials in interface org.atricore.idbus.kernel.main.store.identity.CredentialStoreorg.atricore.idbus.kernel.main.store.exceptions.SSOIdentityExceptionpublic org.atricore.idbus.kernel.main.authn.Credential[] loadCredentials(org.atricore.idbus.kernel.main.authn.CredentialKey credentialKey)
throws org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityException
org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityExceptionpublic String loadUID(org.atricore.idbus.kernel.main.authn.CredentialKey key, org.atricore.idbus.kernel.main.authn.CredentialProvider cp) throws org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityException
org.atricore.idbus.kernel.main.store.exceptions.SSOIdentityExceptionpublic boolean bind(String username, String password, org.atricore.idbus.kernel.main.store.identity.BindContext context) throws org.atricore.idbus.kernel.main.authn.exceptions.SSOAuthenticationException
bind in interface org.atricore.idbus.kernel.main.store.identity.BindableCredentialStoreorg.atricore.idbus.kernel.main.authn.exceptions.SSOAuthenticationExceptionCopyright © 2021 JBoss by Red Hat. All Rights Reserved.