Index

A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractPermissionDefinitionService<T extends PermissionDefinition> - Class in com.power4j.fist.security.core.authorization.service
 
AbstractPermissionDefinitionService() - Constructor for class com.power4j.fist.security.core.authorization.service.AbstractPermissionDefinitionService
 
AbstractReactivePermissionDefinitionService<T extends PermissionDefinition> - Class in com.power4j.fist.security.core.authorization.service.reactive
 
AbstractReactivePermissionDefinitionService() - Constructor for class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
 
AccessIpConfig() - Constructor for class com.power4j.fist.security.core.authorization.config.GlobalAuthorizationProperties.AccessIpConfig
 
act(UserInfo, FailableRunnable<Exception>) - Static method in class com.power4j.fist.boot.security.inner.SecurityUtil
以用户身份执行业务逻辑
ACTIVE - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
AnonymousUser - Class in com.power4j.fist.security.core.authorization.domain
 
AnonymousUser() - Constructor for class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
AnonymousUser(Map<String, GrantedPermission>) - Constructor for class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
AUD - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
Auth() - Constructor for class com.power4j.fist.security.core.authorization.config.GlobalAuthorizationProperties.Auth
 
AuthenticatedObject - Interface in com.power4j.fist.boot.security.core
 
AuthenticatedUser - Interface in com.power4j.fist.security.core.authorization.domain
 
AUTHORIZATION_CODE - Enum constant in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
AUTHORIZATION_CODE

B

BadOpaqueTokenException - Exception in com.power4j.fist.boot.security.oauth2.server.resource.introspection
 
BadOpaqueTokenException(String) - Constructor for exception com.power4j.fist.boot.security.oauth2.server.resource.introspection.BadOpaqueTokenException
 
BadOpaqueTokenException(String, Throwable) - Constructor for exception com.power4j.fist.boot.security.oauth2.server.resource.introspection.BadOpaqueTokenException
 
BadOpaqueTokenException(Throwable) - Constructor for exception com.power4j.fist.boot.security.oauth2.server.resource.introspection.BadOpaqueTokenException
 

C

CacheHelper - Class in com.power4j.fist.security.core.authorization.service
 
CacheHelper() - Constructor for class com.power4j.fist.security.core.authorization.service.CacheHelper
 
chain - Variable in class com.power4j.fist.security.core.authorization.filter.reactive.DefaultServerAuthFilterChain
 
CLIENT_CREDENTIALS - Enum constant in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
CLIENT_CREDENTIALS
CLIENT_ID - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
com.power4j.fist.boot.security - package com.power4j.fist.boot.security
 
com.power4j.fist.boot.security.context - package com.power4j.fist.boot.security.context
 
com.power4j.fist.boot.security.core - package com.power4j.fist.boot.security.core
 
com.power4j.fist.boot.security.crypto - package com.power4j.fist.boot.security.crypto
 
com.power4j.fist.boot.security.inner - package com.power4j.fist.boot.security.inner
 
com.power4j.fist.boot.security.oauth2 - package com.power4j.fist.boot.security.oauth2
 
com.power4j.fist.boot.security.oauth2.server.resource - package com.power4j.fist.boot.security.oauth2.server.resource
 
com.power4j.fist.boot.security.oauth2.server.resource.introspection - package com.power4j.fist.boot.security.oauth2.server.resource.introspection
 
com.power4j.fist.security.core.authorization.config - package com.power4j.fist.security.core.authorization.config
 
com.power4j.fist.security.core.authorization.domain - package com.power4j.fist.security.core.authorization.domain
 
com.power4j.fist.security.core.authorization.filter.reactive - package com.power4j.fist.security.core.authorization.filter.reactive
 
com.power4j.fist.security.core.authorization.service - package com.power4j.fist.security.core.authorization.service
 
com.power4j.fist.security.core.authorization.service.reactive - package com.power4j.fist.security.core.authorization.service.reactive
 
createDelegatingPasswordEncoder() - Method in class com.power4j.fist.boot.security.crypto.PasswordEncoderUtil
创建 DelegatingPasswordEncoder 实例
currentFilter - Variable in class com.power4j.fist.security.core.authorization.filter.reactive.DefaultServerAuthFilterChain
 

D

decode(String) - Method in class com.power4j.fist.boot.security.inner.DefaultUserCodec
 
decode(String) - Method in interface com.power4j.fist.boot.security.inner.UserDecoder
解码
DefaultOauth2AuthenticatedPrincipal - Class in com.power4j.fist.boot.security.oauth2
 
DefaultOauth2AuthenticatedPrincipal(String, Map<String, Object>, Collection<GrantedPermission>) - Constructor for class com.power4j.fist.boot.security.oauth2.DefaultOauth2AuthenticatedPrincipal
Constructs an DefaultOAuth2AuthenticatedPrincipal using the provided parameters.
DefaultOauth2AuthenticatedPrincipal(Map<String, Object>, Collection<GrantedPermission>) - Constructor for class com.power4j.fist.boot.security.oauth2.DefaultOauth2AuthenticatedPrincipal
Constructs an DefaultOAuth2AuthenticatedPrincipal using the provided parameters.
DefaultReactiveOpaqueTokenIntrospector - Class in com.power4j.fist.boot.security.oauth2.server.resource.introspection
 
DefaultReactiveOpaqueTokenIntrospector(String, String, String) - Constructor for class com.power4j.fist.boot.security.oauth2.server.resource.introspection.DefaultReactiveOpaqueTokenIntrospector
Creates a OpaqueTokenReactiveAuthenticationManager with the provided parameters
DefaultReactiveOpaqueTokenIntrospector(String, WebClient) - Constructor for class com.power4j.fist.boot.security.oauth2.server.resource.introspection.DefaultReactiveOpaqueTokenIntrospector
Creates a OpaqueTokenReactiveAuthenticationManager with the provided parameters
DefaultServerAuthFilterChain<C,F extends ServerAuthFilter<C>> - Class in com.power4j.fist.security.core.authorization.filter.reactive
 
DefaultServerAuthFilterChain(List<F>) - Constructor for class com.power4j.fist.security.core.authorization.filter.reactive.DefaultServerAuthFilterChain
 
DefaultServerBearerTokenResolver - Class in com.power4j.fist.boot.security.oauth2
 
DefaultServerBearerTokenResolver() - Constructor for class com.power4j.fist.boot.security.oauth2.DefaultServerBearerTokenResolver
 
DefaultUserCodec - Class in com.power4j.fist.boot.security.inner
 
DefaultUserCodec() - Constructor for class com.power4j.fist.boot.security.inner.DefaultUserCodec
 
DefaultUserInfoExtractor - Class in com.power4j.fist.boot.security.core
Map 转 UserInfo
DefaultUserInfoExtractor() - Constructor for class com.power4j.fist.boot.security.core.DefaultUserInfoExtractor
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.power4j.fist.boot.security.inner.TrustedUserFilter
 

E

encode(UserInfo) - Method in class com.power4j.fist.boot.security.inner.DefaultUserCodec
 
encode(UserInfo) - Method in interface com.power4j.fist.boot.security.inner.UserEncoder
编码
encode(CharSequence, byte[]) - Method in class com.power4j.fist.boot.security.crypto.Sm3PasswordEncoder
 
equals(Object) - Method in class com.power4j.fist.security.core.authorization.domain.SimplePermission
 
EXP - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
extractAuthUser(Map<String, ?>) - Method in class com.power4j.fist.boot.security.core.DefaultUserInfoExtractor
 
extractAuthUser(Map<String, ?>) - Method in class com.power4j.fist.boot.security.oauth2.Oauth2UserInfoExtractor
 
extractFromMap(Map<String, ?>) - Method in class com.power4j.fist.boot.security.core.DefaultUserInfoExtractor
 

F

fetch(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.AbstractPermissionDefinitionService
获取数据
fetch(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
获取数据
filter(C) - Method in class com.power4j.fist.security.core.authorization.filter.reactive.DefaultServerAuthFilterChain
 
filter(C) - Method in interface com.power4j.fist.security.core.authorization.filter.reactive.ServerAuthFilterChain
调用下一个鉴权过滤器
filter(C, ServerAuthFilterChain<C>) - Method in interface com.power4j.fist.security.core.authorization.filter.reactive.ServerAuthFilter
处理请求,调用后续处理链

G

getAdditionalInfo() - Method in class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
getAdditionalInfo() - Method in interface com.power4j.fist.security.core.authorization.domain.AuthenticatedUser
扩展信息
getAttribute(String) - Method in interface com.power4j.fist.boot.security.oauth2.Oauth2AuthenticatedPrincipal
Get the OAuth 2.0 token attribute by name
getAttributes() - Method in class com.power4j.fist.boot.security.oauth2.DefaultOauth2AuthenticatedPrincipal
Gets the attributes of the OAuth 2.0 token in map form.
getAttributes() - Method in interface com.power4j.fist.boot.security.oauth2.Oauth2AuthenticatedPrincipal
Get the OAuth 2.0 token attributes
getAuthorities() - Method in class com.power4j.fist.boot.security.oauth2.DefaultOauth2AuthenticatedPrincipal
 
getAuthorities() - Method in interface com.power4j.fist.boot.security.oauth2.Oauth2AuthenticatedPrincipal
Get the Collection of GrantedPermissions associated with this OAuth 2.0 token
getCache() - Method in class com.power4j.fist.security.core.authorization.service.AbstractPermissionDefinitionService
Cache
getCache() - Method in class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
Cache
getCode() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
权限编码
getFilters() - Method in class com.power4j.fist.security.core.authorization.filter.reactive.DefaultServerAuthFilterChain
 
getId() - Method in class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
getInfo(String, T, Class<T>) - Method in interface com.power4j.fist.security.core.authorization.domain.AuthenticatedUser
取扩展信息值
getInfo(String, T, Typed<T>) - Method in interface com.power4j.fist.security.core.authorization.domain.AuthenticatedUser
取扩展信息值
getLevel() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
接口级别
getMethod() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
受保护接口的HTTP方法
getName() - Method in interface com.power4j.fist.boot.security.core.AuthenticatedObject
Returns the name of the authenticated Principal.
getName() - Method in class com.power4j.fist.boot.security.oauth2.DefaultOauth2AuthenticatedPrincipal
 
getOriginalValue() - Static method in class com.power4j.fist.boot.security.context.UserContextHolder
 
getPath() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
受保护接口的路径
getPermissionCode() - Method in interface com.power4j.fist.security.core.authorization.domain.GrantedPermission
权限编码
getPermissionCode() - Method in class com.power4j.fist.security.core.authorization.domain.SimplePermission
 
getPermissionDefinition(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.AbstractPermissionDefinitionService
 
getPermissionDefinition(String, HttpMethod) - Method in interface com.power4j.fist.security.core.authorization.service.PermissionDefinitionService
获取权限信息
getPermissionDefinition(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
 
getPermissionDefinition(String, HttpMethod) - Method in interface com.power4j.fist.security.core.authorization.service.reactive.ReactivePermissionDefinitionService
获取权限信息
getPermissions() - Method in class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
getPermissions() - Method in interface com.power4j.fist.security.core.authorization.domain.AuthenticatedUser
权限集
getRoles() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
当前登录用户的角色列表,用户会话不存在或者无权限返回空集合
getServiceName() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
受保护接口所属服务名
getSignFlag() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
签名校验算法标识符
getTenantId() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
当前登录用户的租户ID
getTenantId() - Method in class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
getTenantId() - Method in interface com.power4j.fist.security.core.authorization.domain.AuthenticatedUser
所属租户
getUser() - Static method in class com.power4j.fist.boot.security.context.UserContextHolder
 
getUser() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
当前登录用户
getUserId() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
当前登录用户的ID
getUsername() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
当前登录用户的用户名
getUsername() - Method in class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
getUsername() - Method in interface com.power4j.fist.security.core.authorization.domain.AuthenticatedUser
用户名
getValue() - Method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
 
GlobalAuthorizationProperties - Class in com.power4j.fist.security.core.authorization.config
 
GlobalAuthorizationProperties() - Constructor for class com.power4j.fist.security.core.authorization.config.GlobalAuthorizationProperties
 
GlobalAuthorizationProperties.AccessIpConfig - Class in com.power4j.fist.security.core.authorization.config
 
GlobalAuthorizationProperties.Auth - Class in com.power4j.fist.security.core.authorization.config
 
GlobalAuthorizationProperties.SafeModeConfig - Class in com.power4j.fist.security.core.authorization.config
 
GrantedPermission - Interface in com.power4j.fist.security.core.authorization.domain
 

H

hashCode() - Method in class com.power4j.fist.security.core.authorization.domain.SimplePermission
 

I

IAT - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
ID - Static variable in class com.power4j.fist.boot.security.crypto.Sm3PasswordEncoder
 
IMPLICIT - Enum constant in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
IMPLICIT
introspect(String) - Method in class com.power4j.fist.boot.security.oauth2.server.resource.introspection.DefaultReactiveOpaqueTokenIntrospector
 
introspect(String) - Method in interface com.power4j.fist.boot.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector
Introspect and verify the given token, returning its attributes.
invokeFilter(ServerAuthFilter<C>, DefaultServerAuthFilterChain<C, F>, C) - Method in class com.power4j.fist.security.core.authorization.filter.reactive.DefaultServerAuthFilterChain
 
isAnonymous() - Method in class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
isAnonymous() - Method in interface com.power4j.fist.security.core.authorization.domain.AuthenticatedUser
是否匿名用户
isInternalAccess() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
内部访问
isLoginAccess() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
登录可访问
isPublicAccess() - Method in interface com.power4j.fist.security.core.authorization.domain.PermissionDefinition
公开访问
ISS - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 

J

JTI - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 

K

KEY_CLIENT_ID - Static variable in class com.power4j.fist.boot.security.oauth2.Oauth2UserInfoExtractor
 

L

loadFromCache(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.AbstractPermissionDefinitionService
 
loadFromCache(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
 
loadFromCache(Cache, String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.CacheHelper
 
loadUser(String) - Method in interface com.power4j.fist.security.core.authorization.service.reactive.UserService
获取用户授权信息

M

makeCacheKey(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.CacheHelper
 

N

NBF - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 

O

Oauth2AuthenticatedPrincipal - Interface in com.power4j.fist.boot.security.oauth2
 
Oauth2GrantType - Enum Class in com.power4j.fist.boot.security.oauth2
授权类型 see rfc6749 section-1.3
Oauth2IntrospectionException - Exception in com.power4j.fist.boot.security.oauth2.server.resource.introspection
 
Oauth2IntrospectionException(String) - Constructor for exception com.power4j.fist.boot.security.oauth2.server.resource.introspection.Oauth2IntrospectionException
 
Oauth2IntrospectionException(String, Throwable) - Constructor for exception com.power4j.fist.boot.security.oauth2.server.resource.introspection.Oauth2IntrospectionException
 
Oauth2IntrospectionException(Throwable) - Constructor for exception com.power4j.fist.boot.security.oauth2.server.resource.introspection.Oauth2IntrospectionException
 
Oauth2TokenIntrospectionClaimNames - Interface in com.power4j.fist.boot.security.oauth2
 
Oauth2UserInfoExtractor - Class in com.power4j.fist.boot.security.oauth2
解析认证服务器返回的用户信息
Oauth2UserInfoExtractor() - Constructor for class com.power4j.fist.boot.security.oauth2.Oauth2UserInfoExtractor
 

P

parse(String) - Static method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
解析
parseOrDefault(String, Oauth2GrantType) - Static method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
解析
parseOrNull(String) - Static method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
解析
parseOrThrow(String, Function<String, RuntimeException>) - Static method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
解析
PASSWORD - Enum constant in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
PASSWORD
PasswordEncoderUtil - Class in com.power4j.fist.boot.security.crypto
 
PasswordEncoderUtil() - Constructor for class com.power4j.fist.boot.security.crypto.PasswordEncoderUtil
 
PermissionDefinition - Interface in com.power4j.fist.security.core.authorization.domain
 
PermissionDefinitionService<T extends PermissionDefinition> - Interface in com.power4j.fist.security.core.authorization.service
 
PROP_ENTRY - Static variable in class com.power4j.fist.security.core.authorization.config.GlobalAuthorizationProperties
 
PROP_FILTERS - Static variable in class com.power4j.fist.security.core.authorization.config.GlobalAuthorizationProperties
 
PROP_PREFIX - Static variable in class com.power4j.fist.security.core.authorization.config.GlobalAuthorizationProperties
 

R

ReactiveOpaqueTokenIntrospector - Interface in com.power4j.fist.boot.security.oauth2.server.resource.introspection
 
ReactivePermissionDefinitionService<T extends PermissionDefinition> - Interface in com.power4j.fist.security.core.authorization.service.reactive
 
REFRESH_TOKEN - Enum constant in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
REFRESH_TOKEN
removeCache(String) - Method in class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
 
removeCache(String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
 
removeCache(Cache, String) - Method in class com.power4j.fist.security.core.authorization.service.CacheHelper
 
removeCache(Cache, String, HttpMethod) - Method in class com.power4j.fist.security.core.authorization.service.CacheHelper
 
requireTenantId() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
 
requireUser() - Static method in class com.power4j.fist.boot.security.context.UserContextHolder
 
requireUser() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
 
requireUserId() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
 
requireUsername() - Method in class com.power4j.fist.boot.security.inner.SecurityUtil
 
resolve(ServerHttpRequest) - Method in class com.power4j.fist.boot.security.oauth2.DefaultServerBearerTokenResolver
 
resolve(ServerHttpRequest) - Method in interface com.power4j.fist.boot.security.oauth2.ServerBearerTokenResolver
Resolve any Bearer Token value from the request.

S

SafeModeConfig() - Constructor for class com.power4j.fist.security.core.authorization.config.GlobalAuthorizationProperties.SafeModeConfig
 
SCOPE - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
SecurityUtil - Class in com.power4j.fist.boot.security.inner
 
SecurityUtil() - Constructor for class com.power4j.fist.boot.security.inner.SecurityUtil
 
ServerAuthFilter<C> - Interface in com.power4j.fist.security.core.authorization.filter.reactive
 
ServerAuthFilterChain<C> - Interface in com.power4j.fist.security.core.authorization.filter.reactive
 
ServerBearerTokenResolver - Interface in com.power4j.fist.boot.security.oauth2
 
setAllowUriQueryParameter(boolean) - Method in class com.power4j.fist.boot.security.oauth2.DefaultServerBearerTokenResolver
Set if transport of access token using URI query parameter is supported.
setBearerTokenHeaderName(String) - Method in class com.power4j.fist.boot.security.oauth2.DefaultServerBearerTokenResolver
Set this value to configure what header is checked when resolving a Bearer Token.
setId(String) - Method in class com.power4j.fist.security.core.authorization.domain.AnonymousUser
 
setObjectMapper(ObjectMapper) - Method in class com.power4j.fist.boot.security.inner.DefaultUserCodec
 
setOriginalValue(String) - Static method in class com.power4j.fist.boot.security.context.UserContextHolder
 
setUser(UserInfo) - Static method in class com.power4j.fist.boot.security.context.UserContextHolder
 
setWhitelist(Collection<String>) - Method in class com.power4j.fist.boot.security.inner.TrustedUserFilter
 
setZipPredicate(Predicate<String>) - Method in class com.power4j.fist.boot.security.inner.DefaultUserCodec
 
SimplePermission - Class in com.power4j.fist.security.core.authorization.domain
 
SimplePermission(String) - Constructor for class com.power4j.fist.security.core.authorization.domain.SimplePermission
 
Sm3PasswordEncoder - Class in com.power4j.fist.boot.security.crypto
 
Sm3PasswordEncoder() - Constructor for class com.power4j.fist.boot.security.crypto.Sm3PasswordEncoder
 
SUB - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 

T

TOKEN_TYPE - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
toString() - Method in class com.power4j.fist.security.core.authorization.domain.SimplePermission
 
TrustedUserFilter - Class in com.power4j.fist.boot.security.inner
 
TrustedUserFilter() - Constructor for class com.power4j.fist.boot.security.inner.TrustedUserFilter
 

U

updateCache(String, HttpMethod, List<T>) - Method in class com.power4j.fist.security.core.authorization.service.AbstractPermissionDefinitionService
 
updateCache(String, HttpMethod, List<T>) - Method in class com.power4j.fist.security.core.authorization.service.reactive.AbstractReactivePermissionDefinitionService
 
updateCache(Cache, String, HttpMethod, List<T>) - Method in class com.power4j.fist.security.core.authorization.service.CacheHelper
 
UserCodec - Interface in com.power4j.fist.boot.security.inner
 
UserCodecException - Exception in com.power4j.fist.boot.security.inner
 
UserCodecException(String) - Constructor for exception com.power4j.fist.boot.security.inner.UserCodecException
 
UserCodecException(String, Throwable) - Constructor for exception com.power4j.fist.boot.security.inner.UserCodecException
 
UserCodecException(Throwable) - Constructor for exception com.power4j.fist.boot.security.inner.UserCodecException
 
UserContextHolder - Class in com.power4j.fist.boot.security.context
 
UserDecoder - Interface in com.power4j.fist.boot.security.inner
 
UserEncoder - Interface in com.power4j.fist.boot.security.inner
 
USERNAME - Static variable in interface com.power4j.fist.boot.security.oauth2.Oauth2TokenIntrospectionClaimNames
 
UserService<T> - Interface in com.power4j.fist.security.core.authorization.service.reactive
 

V

valueOf(String) - Static method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
Returns an array containing the constants of this enum class, in the order they are declared.
valueSet() - Static method in enum class com.power4j.fist.boot.security.oauth2.Oauth2GrantType
 
A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form