Uses of Interface
com.power4j.fist.security.core.authorization.domain.GrantedPermission
Packages that use GrantedPermission
Package
Description
-
Uses of GrantedPermission in com.power4j.fist.boot.security.oauth2
Methods in com.power4j.fist.boot.security.oauth2 that return types with arguments of type GrantedPermissionModifier and TypeMethodDescriptionCollection<? extends GrantedPermission>DefaultOauth2AuthenticatedPrincipal.getAuthorities()Collection<? extends GrantedPermission>Oauth2AuthenticatedPrincipal.getAuthorities()Get theCollectionofGrantedPermissions associated with this OAuth 2.0 tokenConstructor parameters in com.power4j.fist.boot.security.oauth2 with type arguments of type GrantedPermissionModifierConstructorDescriptionDefaultOauth2AuthenticatedPrincipal(String name, Map<String, Object> attributes, Collection<GrantedPermission> authorities) Constructs anDefaultOAuth2AuthenticatedPrincipalusing the provided parameters.DefaultOauth2AuthenticatedPrincipal(Map<String, Object> attributes, Collection<GrantedPermission> authorities) Constructs anDefaultOAuth2AuthenticatedPrincipalusing the provided parameters. -
Uses of GrantedPermission in com.power4j.fist.security.core.authorization.domain
Classes in com.power4j.fist.security.core.authorization.domain that implement GrantedPermissionMethods in com.power4j.fist.security.core.authorization.domain that return types with arguments of type GrantedPermissionModifier and TypeMethodDescriptionAnonymousUser.getPermissions()AuthenticatedUser.getPermissions()权限集Constructor parameters in com.power4j.fist.security.core.authorization.domain with type arguments of type GrantedPermission