Class Constants
- java.lang.Object
-
- org.gcube.common.authorization.client.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLIENT_ID_PARAMstatic StringCONTEXT_PARAMstatic StringROLES_PARAMstatic StringSERVICE_NAMEService name.static longTIME_TO_LIVE_CACHE_IN_MILLISstatic StringTOKEN_HEADER_ENTRY
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthorizationProxyauthorizationService()
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
Service name.- See Also:
- Constant Field Values
-
CLIENT_ID_PARAM
public static String CLIENT_ID_PARAM
-
CONTEXT_PARAM
public static String CONTEXT_PARAM
-
ROLES_PARAM
public static String ROLES_PARAM
-
TOKEN_HEADER_ENTRY
public static final String TOKEN_HEADER_ENTRY
- See Also:
- Constant Field Values
-
TIME_TO_LIVE_CACHE_IN_MILLIS
public static final long TIME_TO_LIVE_CACHE_IN_MILLIS
- See Also:
- Constant Field Values
-
-
Method Detail
-
authorizationService
public static AuthorizationProxy authorizationService()
-
-