Package | Description |
---|---|
org.wso2.carbon.identity.application.authentication.framework |
Modifier and Type | Method and Description |
---|---|
AuthenticatorFlowStatus |
AbstractApplicationAuthenticator.process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
AuthenticatorFlowStatus |
ApplicationAuthenticator.process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Process the authentication or logout request.
|
static AuthenticatorFlowStatus |
AuthenticatorFlowStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticatorFlowStatus[] |
AuthenticatorFlowStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 WSO2. All rights reserved.