Uses of Class
com.netgrif.application.engine.auth.domain.Authority
-
-
Uses of Authority in com.netgrif.application.engine.auth.domain
Fields in com.netgrif.application.engine.auth.domain with type parameters of type Authority Modifier and Type Field Description protected java.util.Set<Authority>AbstractUser. authoritiescom.querydsl.core.types.dsl.SetPath<Authority,QAuthority>QAbstractUser. authoritiescom.querydsl.core.types.dsl.SetPath<Authority,QAuthority>QAnonymousUser. authoritiescom.querydsl.core.types.dsl.SetPath<Authority,QAuthority>QIUser. authoritiescom.querydsl.core.types.dsl.SetPath<Authority,QAuthority>QUser. authoritiesMethods in com.netgrif.application.engine.auth.domain that return Authority Modifier and Type Method Description static AuthorityAuthority. createPermission(java.lang.String name)static AuthorityAuthority. createRole(java.lang.String name)Methods in com.netgrif.application.engine.auth.domain that return types with arguments of type Authority Modifier and Type Method Description java.util.Set<Authority>IUser. getAuthorities()Methods in com.netgrif.application.engine.auth.domain with parameters of type Authority Modifier and Type Method Description voidAbstractUser. addAuthority(Authority authority)voidIUser. addAuthority(Authority authority)Method parameters in com.netgrif.application.engine.auth.domain with type arguments of type Authority Modifier and Type Method Description voidIUser. setAuthorities(java.util.Set<Authority> authorities)Constructor parameters in com.netgrif.application.engine.auth.domain with type arguments of type Authority Constructor Description QAuthority(com.querydsl.core.types.Path<? extends Authority> path)QAuthority(java.lang.Class<? extends Authority> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of Authority in com.netgrif.application.engine.auth.domain.repositories
Methods in com.netgrif.application.engine.auth.domain.repositories that return Authority Modifier and Type Method Description AuthorityAuthorityRepository. findByName(java.lang.String name)Methods in com.netgrif.application.engine.auth.domain.repositories that return types with arguments of type Authority Modifier and Type Method Description java.util.List<Authority>AuthorityRepository. findAllBy_idIn(java.util.List<org.bson.types.ObjectId> ids)java.util.List<Authority>AuthorityRepository. findAllByNameStartsWith(java.lang.String prefix) -
Uses of Authority in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service that return Authority Modifier and Type Method Description AuthorityAuthorityService. getOne(java.lang.String id)AuthorityAuthorityService. getOrCreate(java.lang.String name)AuthorityAuthorityService. getOrCreatePermission(java.lang.String name)AuthorityAuthorityService. getOrCreateRole(java.lang.String name)Methods in com.netgrif.application.engine.auth.service that return types with arguments of type Authority Modifier and Type Method Description java.util.List<Authority>AuthorityService. findAll()java.util.List<Authority>AuthorityService. findAllByIds(java.util.List<java.lang.String> ids)java.util.List<Authority>AuthorityService. getAllPermissions()java.util.List<Authority>AuthorityService. getAllRoles() -
Uses of Authority in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces that return Authority Modifier and Type Method Description AuthorityIAuthorityService. getOne(java.lang.String id)AuthorityIAuthorityService. getOrCreate(java.lang.String name)AuthorityIAuthorityService. getOrCreatePermission(java.lang.String name)AuthorityIAuthorityService. getOrCreateRole(java.lang.String name)Methods in com.netgrif.application.engine.auth.service.interfaces that return types with arguments of type Authority Modifier and Type Method Description java.util.List<Authority>IAuthorityService. findAll()java.util.List<Authority>IAuthorityService. findAllByIds(java.util.List<java.lang.String> ids)java.util.List<Authority>IAuthorityService. getAllPermissions()java.util.List<Authority>IAuthorityService. getAllRoles() -
Uses of Authority in com.netgrif.application.engine.auth.web.responsebodies
Constructor parameters in com.netgrif.application.engine.auth.web.responsebodies with type arguments of type Authority Constructor Description AuthoritiesResources(java.lang.Iterable<Authority> content) -
Uses of Authority in com.netgrif.application.engine.configuration.security
Constructors in com.netgrif.application.engine.configuration.security with parameters of type Authority Constructor Description PublicAuthenticationFilter(org.springframework.security.authentication.ProviderManager authenticationManager, org.springframework.security.authentication.AnonymousAuthenticationProvider provider, Authority anonymousAuthority, java.lang.String[] urls, java.lang.String[] exceptions, IJwtService jwtService, IUserService userService) -
Uses of Authority in com.netgrif.application.engine.configuration.security.jwt
Methods in com.netgrif.application.engine.configuration.security.jwt with parameters of type Authority Modifier and Type Method Description LoggedUserIJwtService. getLoggedUser(java.lang.String token, Authority anonymousRole)LoggedUserJwtService. getLoggedUser(java.lang.String token, Authority anonymousAuthority) -
Uses of Authority in com.netgrif.application.engine.impersonation.service
Methods in com.netgrif.application.engine.impersonation.service that return types with arguments of type Authority Modifier and Type Method Description java.util.List<Authority>ImpersonationAuthorizationService. getAuthorities(java.util.List<Case> configs, IUser impersonated) -
Uses of Authority in com.netgrif.application.engine.impersonation.service.interfaces
Methods in com.netgrif.application.engine.impersonation.service.interfaces that return types with arguments of type Authority Modifier and Type Method Description java.util.List<Authority>IImpersonationAuthorizationService. getAuthorities(java.util.List<Case> configs, IUser impersonated) -
Uses of Authority in com.netgrif.application.engine.ldap.domain
Fields in com.netgrif.application.engine.ldap.domain with type parameters of type Authority Modifier and Type Field Description com.querydsl.core.types.dsl.SetPath<Authority,QAuthority>QLdapUser. authorities -
Uses of Authority in com.netgrif.application.engine.startup
Methods in com.netgrif.application.engine.startup that return Authority Modifier and Type Method Description AuthorityImportHelper. createAuthority(java.lang.String name)Methods in com.netgrif.application.engine.startup that return types with arguments of type Authority Modifier and Type Method Description java.util.Map<java.lang.String,Authority>ImportHelper. createAuthorities(java.util.Map<java.lang.String,java.lang.String> authorities)Methods in com.netgrif.application.engine.startup with parameters of type Authority Modifier and Type Method Description IUserImportHelper. createUser(User user, Authority[] authorities, ProcessRole... roles)
-