Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


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

Method Summary
 AuthenticationResult authenticate(java.lang.String userid, char[] cred)
           
 void destroy()
           
 void init(ProviderConfig providerCfg)
           

 

Method Detail

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

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT