Class IdentityControllerOIDC
java.lang.Object
org.gvsig.vcsgis.lib.repository.localdb.AbstractIdentityController
org.gvsig.vcsgis.lib.repository.localdb.identityControllerOIDC.IdentityControllerOIDC
- All Implemented Interfaces:
VCSGisIdentityController
public class IdentityControllerOIDC
extends AbstractIdentityController
implements VCSGisIdentityController
- Author:
- jjdelcerro
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.repository.localdb.AbstractIdentityController
LOGGER, repository -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcheckToken(String authenticationToken, String userCode, SupportError error) protected VCSGisUserMethods inherited from class org.gvsig.vcsgis.lib.repository.localdb.AbstractIdentityController
getAuthenticationToken, getGuestAuthenticationToken, isAuthenticated, isAuthorizedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.vcsgis.lib.repository.VCSGisIdentityController
getAuthenticationToken, getGuestAuthenticationToken, isAuthenticated, isAuthorized
-
Constructor Details
-
IdentityControllerOIDC
-
-
Method Details
-
getUser
- Specified by:
getUserin classAbstractIdentityController
-
checkToken
- Specified by:
checkTokenin classAbstractIdentityController
-