Package overit.geocall.base.auth
Class NoneOAuthAuthenticator
java.lang.Object
overit.geocall.rs.auth.TokenAuthenticator
overit.geocall.base.auth.OAuthAuthenticator
overit.geocall.base.auth.NoneOAuthAuthenticator
- All Implemented Interfaces:
overit.geocall.rs.auth.Authenticator
-
Field Summary
Fields inherited from class overit.geocall.base.auth.OAuthAuthenticator
SSO_TYPE_OAUTHFields inherited from class overit.geocall.rs.auth.TokenAuthenticator
AUTHORIZATION_HEADER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected overit.geocall.base.sso.oauth2.OAuthValidatorgetJwtValidator(String token, String serviceName) protected StringMethods inherited from class overit.geocall.base.auth.OAuthAuthenticator
generate, getAccessToken, getDefinition, getFeatures, getSession, getSSOService, getSSOServices, getValidationRules, parse, parse, parseMethods inherited from class overit.geocall.rs.auth.TokenAuthenticator
authenticate, getWWWAuthenticateHeader, retrieveTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface overit.geocall.rs.auth.Authenticator
bind
-
Constructor Details
-
NoneOAuthAuthenticator
public NoneOAuthAuthenticator()
-
-
Method Details
-
getJwtValidator
protected overit.geocall.base.sso.oauth2.OAuthValidator getJwtValidator(String token, String serviceName) - Specified by:
getJwtValidatorin classOAuthAuthenticator
-
getValidation
- Specified by:
getValidationin classOAuthAuthenticator
-