Skip navigation links
oracle.security.idaas.rest.provider.token.userauthn
Interface UserAuthenticator
- All Known Implementing Classes:
- oracle.security.idaas.rest.provider.token.impl.CompositeTokenServiceProvider, MobileCompositeTokenServiceProvider
-
public interface UserAuthenticator
init
void init(ProviderConfig providerCfg)
authenticate
AuthenticationResult authenticate(java.lang.String userid,
char[] cred)
throws UserAuthenticatorEnvException
-
- Parameters:
userid -
cred - using char[], instead of String, to better secure user-credential
- Returns:
- AuthenticationResult pojo object
- Throws:
UserAuthenticatorEnvException
destroy
void destroy()
Skip navigation links