Uses of Enum Class
com.emc.documentum.rest.dfc.AuthType
Packages that use AuthType
Package
Description
-
Uses of AuthType in com.emc.documentum.rest.config
Methods in com.emc.documentum.rest.config that return AuthTypeModifier and TypeMethodDescriptionstatic AuthType
RepositoryContextHolder.getAuthType()
Get the user authentication type the repository context.Methods in com.emc.documentum.rest.config with parameters of type AuthTypeModifier and TypeMethodDescriptionstatic void
RepositoryContextHolder.setAuthType
(AuthType authType) Set the user authentication type into the repository context. -
Uses of AuthType in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return AuthTypeModifier and TypeMethodDescriptionstatic AuthType
Returns the enum constant of this class with the specified name.static AuthType[]
AuthType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.emc.documentum.rest.dfc with parameters of type AuthTypeModifier and TypeMethodDescriptioncom.documentum.fc.client.IDfSessionManager
RepositorySessionManager.get
(String repositoryName, String user, Object credential, AuthType authType) Get the DFC session manager.void
RepositorySessionManager.remove
(String repositoryName, String user, Object password, AuthType authType) Remove the session manager by the user identity. -
Uses of AuthType in com.emc.documentum.rest.security.provider
Methods in com.emc.documentum.rest.security.provider with parameters of type AuthTypeModifier and TypeMethodDescriptionprotected void
AbstractAuthProvider.clearCache
(String repositoryName, String user, Object password, AuthType authType) Clear Ehcache memory session manager by input.