public class SignedJWTAuthenticator extends Object implements org.wso2.carbon.core.services.authentication.CarbonServerAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
SIGNED_JWT_AUTH_USERNAME |
| Constructor and Description |
|---|
SignedJWTAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticateWithRememberMe(org.apache.axis2.context.MessageContext msgCxt) |
String |
getAuthenticatorName() |
int |
getPriority() |
boolean |
isAuthenticated(org.apache.axis2.context.MessageContext msgCxt) |
boolean |
isDisabled() |
boolean |
isHandle(org.apache.axis2.context.MessageContext msgCxt) |
public static final String SIGNED_JWT_AUTH_USERNAME
public int getPriority()
getPriority in interface org.wso2.carbon.core.services.authentication.BackendAuthenticatorpublic boolean isDisabled()
isDisabled in interface org.wso2.carbon.core.services.authentication.BackendAuthenticatorpublic boolean authenticateWithRememberMe(org.apache.axis2.context.MessageContext msgCxt)
authenticateWithRememberMe in interface org.wso2.carbon.core.services.authentication.CarbonServerAuthenticatorpublic String getAuthenticatorName()
getAuthenticatorName in interface org.wso2.carbon.core.services.authentication.CarbonServerAuthenticatorpublic boolean isAuthenticated(org.apache.axis2.context.MessageContext msgCxt)
isAuthenticated in interface org.wso2.carbon.core.services.authentication.CarbonServerAuthenticatorpublic boolean isHandle(org.apache.axis2.context.MessageContext msgCxt)
isHandle in interface org.wso2.carbon.core.services.authentication.CarbonServerAuthenticatorCopyright © 2015 WSO2. All rights reserved.