Uses of Class
ch.vd.shared.iam.core.filter.auth.IamAuthority
-
Packages that use IamAuthority Package Description ch.vd.shared.iam.core.filter.auth ch.vd.shared.iam.core.util ch.vd.shared.iam.web.common ch.vd.shared.iam.web.filter.auth ch.vd.shared.iam.web.utils -
-
Uses of IamAuthority in ch.vd.shared.iam.core.filter.auth
Methods in ch.vd.shared.iam.core.filter.auth that return types with arguments of type IamAuthority Modifier and Type Method Description java.util.List<IamAuthority>AbstractIamDetails. getAdditionalRoles()abstract java.util.Collection<IamAuthority>AbstractIamAuthentication. getAllRoles()java.util.Collection<IamAuthority>IamAuthentication. getAllRoles()Renvoie tous les roles y compris les sub-roles et ceux qui viennent de la DBMethod parameters in ch.vd.shared.iam.core.filter.auth with type arguments of type IamAuthority Modifier and Type Method Description voidAbstractIamDetails. setAdditionalRoles(java.util.List<IamAuthority> additionalRoles)Constructor parameters in ch.vd.shared.iam.core.filter.auth with type arguments of type IamAuthority Constructor Description IamAuthentication(java.lang.String application, java.lang.String principal, java.lang.String username, java.lang.String firstName, java.lang.String lastName, java.lang.String email, java.util.List<java.lang.String> iamRoles, java.lang.Integer authLevel, java.util.Date lastLoginTime, java.util.Collection<IamAuthority> allRoles) -
Uses of IamAuthority in ch.vd.shared.iam.core.util
Methods in ch.vd.shared.iam.core.util that return types with arguments of type IamAuthority Modifier and Type Method Description static java.util.Collection<IamAuthority>IamHolder. getAllRoles() -
Uses of IamAuthority in ch.vd.shared.iam.web.common
Method parameters in ch.vd.shared.iam.web.common with type arguments of type IamAuthority Modifier and Type Method Description static voidRequestHelper. logRequestInfos(IamRequestWrapper request, javax.servlet.http.HttpServletResponse response, java.lang.String prefix, java.lang.String username, java.util.Collection<IamAuthority> auths) -
Uses of IamAuthority in ch.vd.shared.iam.web.filter.auth
Methods in ch.vd.shared.iam.web.filter.auth that return types with arguments of type IamAuthority Modifier and Type Method Description java.util.Collection<IamAuthority>AuthenticateDtoProvider. getIamRoles()java.util.Collection<IamAuthority>AuthenticateProviderInterface. getIamRoles()Constructor parameters in ch.vd.shared.iam.web.filter.auth with type arguments of type IamAuthority Constructor Description AuthenticateDtoProvider(AuthenticateDTO authenticateDTO, java.util.Collection<IamAuthority> allRoles) -
Uses of IamAuthority in ch.vd.shared.iam.web.utils
Methods in ch.vd.shared.iam.web.utils that return types with arguments of type IamAuthority Modifier and Type Method Description static java.util.List<IamAuthority>IamWebUtils. convertToAuthority(java.util.List<java.lang.String> rolesStr)Convertit une liste de roles sous forme de String en GrantedAuthority
-