Uses of Enum Class
com.emc.documentum.rest.security.ticket.ClientToken.TokenField
Packages that use ClientToken.TokenField
-
Uses of ClientToken.TokenField in com.emc.documentum.rest.security.ticket
Methods in com.emc.documentum.rest.security.ticket that return ClientToken.TokenFieldModifier and TypeMethodDescriptionstatic ClientToken.TokenFieldGet token field by short name.static ClientToken.TokenFieldReturns 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.Method parameters in com.emc.documentum.rest.security.ticket with type arguments of type ClientToken.TokenFieldModifier and TypeMethodDescriptionvoidClientToken.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.Constructor parameters in com.emc.documentum.rest.security.ticket with type arguments of type ClientToken.TokenFieldModifierConstructorDescriptionClientToken(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.