Uses of Interface
com.skava.auth.repository.AuthGroupRepository
Packages that use AuthGroupRepository
-
Uses of AuthGroupRepository in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type AuthGroupRepositoryModifier and TypeMethodDescriptionstatic AuthGroup
AuthGroupUtil.createAuthGroup
(AuthGroupVO authGroup, AuthGroupRepository authGroupRepository) This method create a new AuthGroup with given details.static void
AuthGroupUtil.deleteAuthGroup
(AuthGroup authGroup, AuthGroupRepository authGroupRepository) static AuthGroup
AuthGroupUtil.getAuthGroup
(Long authGroupId, AuthGroupRepository authGroupRepository) static AuthGroup
AuthGroupUtil.updateAuthGroup
(AuthGroup authGroup, AuthGroupRepository authGroupRepository) static AuthGroup
AuthGroupUtil.updateAuthGroup
(String name, String description, AuthGroup authGroup, AuthGroupRepository authGroupRepository)