Uses of Enum Class
com.emc.documentum.rest.security.ticket.ClientToken.TokenField
-
Uses of ClientToken.TokenField in com.emc.documentum.rest.security.ticket
Modifier and TypeMethodDescriptionstatic ClientToken.TokenField
Get token field by short name.static ClientToken.TokenField
Returns the enum constant of this class with the specified name.static ClientToken.TokenField[]
ClientToken.TokenField.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ClientToken.delaySetCSRFToken
(Map<ClientToken.TokenField, ?> csrf) Delay set CSRF token for the client token.ClientTokenFactory.newClientToken
(String documentumLoginTicket, String username, String domain, Map<ClientToken.TokenField, ?> others) Create a new REST client token.ModifierConstructorDescriptionClientToken
(String dt, String principal, String domain, Map<ClientToken.TokenField, ?> others) Constructor which instantiates the client token by login ticket string.Constructor which instantiates the client token by fields.