Package org.gcube.common.iam
Class D4ScienceCustomClaims
- java.lang.Object
-
- org.gcube.common.iam.D4ScienceCustomClaims
-
public class D4ScienceCustomClaims extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLIENT_CONTACT_ORGANISATIONThe registered contact organization of a client with service accountstatic StringCLIENT_CONTACT_PERSONThe registered contact person of a client with service accountstatic StringCLIENT_NAMEThe display name of a client with service account
-
Constructor Summary
Constructors Constructor Description D4ScienceCustomClaims()
-
-
-
Field Detail
-
CLIENT_NAME
public static final String CLIENT_NAME
The display name of a client with service account- See Also:
- Constant Field Values
-
CLIENT_CONTACT_PERSON
public static final String CLIENT_CONTACT_PERSON
The registered contact person of a client with service account- See Also:
- Constant Field Values
-
CLIENT_CONTACT_ORGANISATION
public static final String CLIENT_CONTACT_ORGANISATION
The registered contact organization of a client with service account- See Also:
- Constant Field Values
-
-