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 AuthTypeRepositoryContextHolder.getAuthType()Get the user authentication type the repository context.Methods in com.emc.documentum.rest.config with parameters of type AuthTypeModifier and TypeMethodDescriptionstatic voidRepositoryContextHolder.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 AuthTypeReturns 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.IDfSessionManagerRepositorySessionManager.get(String repositoryName, String user, Object credential, AuthType authType) Get the DFC session manager.voidRepositorySessionManager.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 voidAbstractAuthProvider.clearCache(String repositoryName, String user, Object password, AuthType authType) Clear Ehcache memory session manager by input.