A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractJsonPayloadCredentialsExtractor - Class in grails.plugin.springsecurity.rest.credentials
Base class for JSON-based credentials extractors.
AbstractJsonPayloadCredentialsExtractor() - Constructor in AbstractJsonPayloadCredentialsExtractor
AbstractJwtTokenGenerator - Class in grails.plugin.springsecurity.rest.token.generation.jwt
AbstractJwtTokenGenerator() - Constructor in AbstractJwtTokenGenerator
AccessToken - Class in grails.plugin.springsecurity.rest.token
Encapsulates an OAuth 2.0 access token.
accessToken - Property in AccessToken
accessToken - Property in RestTokenCreationEvent
AccessTokenJsonRenderer - Interface in grails.plugin.springsecurity.rest.token.rendering
Generates a JSON representation of a org.springframework.security.core.userdetails.UserDetails object.
accessTokenJwt - Property in AccessToken
active - Property in RestTokenValidationFilter
afterPropertiesSet() - Method in FileRSAKeyProvider
afterPropertiesSet() - Method in SignedJwtTokenGenerator
Application - Class in grails.plugin.springsecurity.rest.redis
Application() - Constructor in Application
authenticate(org.springframework.security.core.Authentication) - Method in RestAuthenticationProvider
Returns an authentication object based on the token value contained in the authentication parameter.
authenticationDetailsSource - Property in RestAuthenticationFilter
authenticationEventPublisher - Property in RestAuthenticationFilter
authenticationEventPublisher - Property in RestTokenValidationFilter
authenticationFailureHandler - Property in RestAuthenticationFilter
authenticationFailureHandler - Property in RestTokenValidationFilter
authenticationManager - Property in RestAuthenticationFilter
authenticationSuccessHandler - Property in RestAuthenticationFilter
authenticationSuccessHandler - Property in RestTokenValidationFilter
author - Property in SpringSecurityRestGormGrailsPlugin
author - Property in SpringSecurityRestGrailsCacheGrailsPlugin
author - Property in SpringSecurityRestGrailsPlugin
author - Property in SpringSecurityRestMemcachedGrailsPlugin
author - Property in SpringSecurityRestRedisGrailsPlugin
authorEmail - Property in SpringSecurityRestGormGrailsPlugin
authorEmail - Property in SpringSecurityRestGrailsCacheGrailsPlugin
authorEmail - Property in SpringSecurityRestGrailsPlugin
authorEmail - Property in SpringSecurityRestMemcachedGrailsPlugin
authorEmail - Property in SpringSecurityRestRedisGrailsPlugin
authoritiesPropertyName - Property in DefaultAccessTokenJsonRenderer

B

BearerTokenAccessDeniedHandler - Class in grails.plugin.springsecurity.rest.token.bearer
BearerTokenAccessDeniedHandler() - Constructor in BearerTokenAccessDeniedHandler
BearerTokenAuthenticationEntryPoint - Class in grails.plugin.springsecurity.rest.token.bearer
Handles prompting the client for authentication when using bearer tokens.
BearerTokenAuthenticationEntryPoint() - Constructor in BearerTokenAuthenticationEntryPoint
BearerTokenAuthenticationFailureHandler - Class in grails.plugin.springsecurity.rest.token.bearer
Handles authentication failure when BearerToken authentication is enabled.
BearerTokenAuthenticationFailureHandler() - Constructor in BearerTokenAuthenticationFailureHandler
BearerTokenReader - Class in grails.plugin.springsecurity.rest.token.bearer
RFC 6750 implementation of a TokenReader
BearerTokenReader() - Constructor in BearerTokenReader

C

cache - Property in GrailsCacheTokenStorageService
cacheName - Property in GrailsCacheTokenStorageService
CallbackErrorHandler - Interface in grails.plugin.springsecurity.rest.error
commence(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.security.core.AuthenticationException) - Method in BearerTokenAuthenticationEntryPoint
convert(java.lang.Exception) - Method in CallbackErrorHandler
Converts an error that occurs during the callback to a parameter map that will be returned to the frontend
convert(java.lang.Exception) - Method in DefaultCallbackErrorHandler
CredentialsExtractor - Interface in grails.plugin.springsecurity.rest.credentials
Extracts username and password from the request and creates and UsernamePasswordAuthenticationToken object
credentialsExtractor - Property in RestAuthenticationFilter
CustomClaimProvider - Interface in grails.plugin.springsecurity.rest.token.generation.jwt
Interface providing a hook to have a chance to add additional claims inside the JWT
customClaimProviders - Property in AbstractJwtTokenGenerator
CustomSerializingTranscoder - Class in grails.plugin.springsecurity.rest.token.storage.memcached
CustomSerializingTranscoder.1 - Class in grails.plugin.springsecurity.rest.token.storage.memcached
CustomSerializingTranscoder.1() - Constructor in CustomSerializingTranscoder.1
CustomSerializingTranscoder() - Constructor in CustomSerializingTranscoder

D

DefaultAccessTokenJsonRenderer - Class in grails.plugin.springsecurity.rest.token.rendering
Generates a JSON response like the following: {"username":"john.doe","roles":["USER","ADMIN"],"access_token":"1a2b3c4d"}.
DefaultAccessTokenJsonRenderer() - Constructor in DefaultAccessTokenJsonRenderer
DefaultCallbackErrorHandler - Class in grails.plugin.springsecurity.rest.error
Error handler that's backwardly compatible with the behaviour that was embedded within the callback action of RestOauthController up to and including version 1.5.2
DefaultCallbackErrorHandler() - Constructor in DefaultCallbackErrorHandler
defaultExpiration - Property in AbstractJwtTokenGenerator
DefaultJsonPayloadCredentialsExtractor - Class in grails.plugin.springsecurity.rest.credentials
Extracts credentials from a JSON request like: {"username": "foo", "password": "bar"}
DefaultJsonPayloadCredentialsExtractor() - Constructor in DefaultJsonPayloadCredentialsExtractor
DefaultOauthUserDetailsService - Class in grails.plugin.springsecurity.rest.oauth
Builds an OauthUser.
DefaultOauthUserDetailsService() - Constructor in DefaultOauthUserDetailsService
defaultRefreshExpiration - Property in AbstractJwtTokenGenerator
DefaultRestAuthenticationEventPublisher - Class in grails.plugin.springsecurity.rest.authentication
DefaultRestAuthenticationEventPublisher(org.springframework.context.ApplicationEventPublisher) - Constructor in DefaultRestAuthenticationEventPublisher
DefaultRSAKeyProvider - Class in grails.plugin.springsecurity.rest.token.generation.jwt
Generates a key pair on the fly.
DefaultRSAKeyProvider() - Constructor in DefaultRSAKeyProvider
description - Property in SpringSecurityRestGormGrailsPlugin
description - Property in SpringSecurityRestGrailsCacheGrailsPlugin
description - Property in SpringSecurityRestGrailsPlugin
description - Property in SpringSecurityRestMemcachedGrailsPlugin
description - Property in SpringSecurityRestRedisGrailsPlugin
deserialize(byte[]) - Method in CustomSerializingTranscoder
documentation - Property in SpringSecurityRestGormGrailsPlugin
documentation - Property in SpringSecurityRestGrailsCacheGrailsPlugin
documentation - Property in SpringSecurityRestGrailsPlugin
documentation - Property in SpringSecurityRestMemcachedGrailsPlugin
documentation - Property in SpringSecurityRestRedisGrailsPlugin
doFilter(jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, jakarta.servlet.FilterChain) - Method in RestAuthenticationFilter
doFilter(jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, jakarta.servlet.FilterChain) - Method in RestLogoutFilter
doFilter(jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, jakarta.servlet.FilterChain) - Method in RestTokenValidationFilter
doWithApplicationContext() - Method in SpringSecurityRestGormGrailsPlugin
doWithApplicationContext() - Method in SpringSecurityRestGrailsCacheGrailsPlugin
doWithApplicationContext() - Method in SpringSecurityRestGrailsPlugin
doWithApplicationContext() - Method in SpringSecurityRestMemcachedGrailsPlugin
doWithApplicationContext() - Method in SpringSecurityRestRedisGrailsPlugin
doWithSpring() - Method in SpringSecurityRestGormGrailsPlugin
doWithSpring() - Method in SpringSecurityRestGrailsCacheGrailsPlugin
doWithSpring() - Method in SpringSecurityRestGrailsPlugin
doWithSpring() - Method in SpringSecurityRestMemcachedGrailsPlugin
doWithSpring() - Method in SpringSecurityRestRedisGrailsPlugin

E

enableAnonymousAccess - Property in RestTokenValidationFilter
EncryptedJwtTokenGenerator - Class in grails.plugin.springsecurity.rest.token.generation.jwt
Generates RSA-encrypted JWT's
EncryptedJwtTokenGenerator() - Constructor in EncryptedJwtTokenGenerator
encryptionMethod - Property in EncryptedJwtTokenGenerator
endpointUrl - Property in RestAuthenticationFilter
endpointUrl - Property in RestLogoutFilter
expiration - Property in AccessToken
expiration - Property in MemcachedTokenStorageService
Expiration in seconds
expiration - Property in RedisTokenStorageService
Expiration in seconds
extractCredentials(jakarta.servlet.http.HttpServletRequest) - Method in CredentialsExtractor
extractCredentials(jakarta.servlet.http.HttpServletRequest) - Method in DefaultJsonPayloadCredentialsExtractor
extractCredentials(jakarta.servlet.http.HttpServletRequest) - Method in RequestParamsCredentialsExtractor

F

FileRSAKeyProvider - Class in grails.plugin.springsecurity.rest.token.generation.jwt
Loads RSA public/private key's from files
FileRSAKeyProvider() - Constructor in FileRSAKeyProvider
findToken(jakarta.servlet.http.HttpServletRequest) - Method in BearerTokenReader
Finds the bearer token within the specified request.
findToken(jakarta.servlet.http.HttpServletRequest) - Method in HttpHeaderTokenReader
Returns:
the token from the header headerName, null otherwise
findToken(jakarta.servlet.http.HttpServletRequest) - Method in TokenReader
Reads a token (if any) from the request

G

generateAccessToken(com.nimbusds.jwt.JWTClaimsSet) - Method in AbstractJwtTokenGenerator
generateAccessToken(com.nimbusds.jwt.JWTClaimsSet) - Method in EncryptedJwtTokenGenerator
generateAccessToken(org.springframework.security.core.userdetails.UserDetails, java.lang.Integer) - Method in SecureRandomTokenGenerator
generateAccessToken(com.nimbusds.jwt.JWTClaimsSet) - Method in SignedJwtTokenGenerator
generateAccessToken(org.springframework.security.core.userdetails.UserDetails, java.lang.Integer) - Method in TokenGenerator
Generates a token with the given expiration
generateAccessToken(org.springframework.security.core.userdetails.UserDetails, java.lang.Integer) - Method in UUIDTokenGenerator
generateClaims(org.springframework.security.core.userdetails.UserDetails, java.lang.String, java.lang.Integer) - Method in AbstractJwtTokenGenerator
generateJson(grails.plugin.springsecurity.rest.token.AccessToken) - Method in AccessTokenJsonRenderer
generateJson(grails.plugin.springsecurity.rest.token.AccessToken) - Method in DefaultAccessTokenJsonRenderer
generateRefreshToken(org.springframework.security.core.userdetails.UserDetails, java.lang.String, java.lang.Integer) - Method in AbstractJwtTokenGenerator
getCredentials() - Method in AccessToken
getJsonBody(jakarta.servlet.http.HttpServletRequest) - Method in AbstractJsonPayloadCredentialsExtractor
getPrivateKey() - Method in RSAKeyProvider
getPublicKey() - Method in RSAKeyProvider
GormTokenStorageService - Class in grails.plugin.springsecurity.rest.token.storage
GORM implementation for token storage.
GormTokenStorageService() - Constructor in GormTokenStorageService
grailsApplication - Property in GormTokenStorageService
grailsApplication - Property in SpringSecurityRestGrailsPlugin
grailsCacheManager - Property in GrailsCacheTokenStorageService
GrailsCacheTokenStorageService - Class in grails.plugin.springsecurity.rest.token.storage
Uses Grails Cache plugin to store and retrieve tokens.
GrailsCacheTokenStorageService() - Constructor in GrailsCacheTokenStorageService
grailsVersion - Property in SpringSecurityRestGormGrailsPlugin
grailsVersion - Property in SpringSecurityRestGrailsCacheGrailsPlugin
grailsVersion - Property in SpringSecurityRestGrailsPlugin
grailsVersion - Property in SpringSecurityRestMemcachedGrailsPlugin
grailsVersion - Property in SpringSecurityRestRedisGrailsPlugin

H

handle(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.security.access.AccessDeniedException) - Method in BearerTokenAccessDeniedHandler
headerName - Property in HttpHeaderTokenReader
headerName - Property in RestLogoutFilter
headerName - Property in RestTokenValidationFilter
HttpHeaderTokenReader - Class in grails.plugin.springsecurity.rest.token.reader
Reads the token from a configurable HTTP Header
HttpHeaderTokenReader() - Constructor in HttpHeaderTokenReader

I

idToPasswordEncoder(groovy.util.ConfigObject) - Method in SpringSecurityRestGrailsPlugin
init() - Method in GrailsCacheTokenStorageService
instantiateOauthUser(org.pac4j.core.profile.UserProfile, Collection<GrantedAuthority>) - Method in DefaultOauthUserDetailsService
issueManagement - Property in SpringSecurityRestGormGrailsPlugin
issueManagement - Property in SpringSecurityRestGrailsCacheGrailsPlugin
issueManagement - Property in SpringSecurityRestGrailsPlugin
issueManagement - Property in SpringSecurityRestMemcachedGrailsPlugin
issueManagement - Property in SpringSecurityRestRedisGrailsPlugin
IssuerClaimProvider - Class in grails.plugin.springsecurity.rest.token.generation.jwt
Sets the issuer of the JWT as per a configuration value
IssuerClaimProvider() - Constructor in IssuerClaimProvider
issuerName - Property in IssuerClaimProvider

J

jweAlgorithm - Property in EncryptedJwtTokenGenerator
jwsAlgorithm - Property in SignedJwtTokenGenerator
jwtSecret - Property in SignedJwtTokenGenerator
jwtService - Property in JwtTokenStorageService
jwtService - Property in RestAuthenticationProvider
JwtTokenStorageService - Class in grails.plugin.springsecurity.rest.token.storage.jwt
Re-hydrates JWT's with HMAC protection or JWE encryption
jwtTokenStorageService - Property in AbstractJwtTokenGenerator
JwtTokenStorageService() - Constructor in JwtTokenStorageService

K

keyProvider - Property in EncryptedJwtTokenGenerator

L

license - Property in SpringSecurityRestGormGrailsPlugin
license - Property in SpringSecurityRestGrailsCacheGrailsPlugin
license - Property in SpringSecurityRestGrailsPlugin
license - Property in SpringSecurityRestMemcachedGrailsPlugin
license - Property in SpringSecurityRestRedisGrailsPlugin
loadAfter - Property in SpringSecurityRestGormGrailsPlugin
loadAfter - Property in SpringSecurityRestGrailsCacheGrailsPlugin
loadAfter - Property in SpringSecurityRestGrailsPlugin
loadAfter - Property in SpringSecurityRestMemcachedGrailsPlugin
loadAfter - Property in SpringSecurityRestRedisGrailsPlugin
loadUserByToken(java.lang.String) - Method in GormTokenStorageService
loadUserByToken(java.lang.String) - Method in GrailsCacheTokenStorageService
loadUserByToken(java.lang.String) - Method in JwtTokenStorageService
loadUserByToken(java.lang.String) - Method in MemcachedTokenStorageService
loadUserByToken(java.lang.String) - Method in RedisTokenStorageService
loadUserByToken(java.lang.String) - Method in TokenStorageService
Returns a principal object given the passed token value
loadUserByUserProfile(org.pac4j.core.profile.UserProfile, Collection<GrantedAuthority>) - Method in DefaultOauthUserDetailsService
loadUserByUserProfile(org.pac4j.core.profile.UserProfile, Collection<GrantedAuthority>) - Method in OauthUserDetailsService
Search for a user based on his OAuth20Profile.
loadUserByUserProfileWhenUserDomainClassIsSet(org.pac4j.core.profile.UserProfile, Collection<GrantedAuthority>) - Method in DefaultOauthUserDetailsService
loadUserFromAccessToken(com.nimbusds.jwt.JWT) - Method in JwtTokenStorageService
Load user details for an access token
loadUserFromRefreshToken(com.nimbusds.jwt.JWT) - Method in JwtTokenStorageService
Load user details for a refresh token

M

main(java.lang.String) - Method in Application
matches(jakarta.servlet.http.HttpServletRequest) - Method in SpringSecurityRestFilterRequestMatcher
memcachedClient - Property in MemcachedTokenStorageService
MemcachedTokenStorageService - Class in grails.plugin.springsecurity.rest.token.storage.memcached
Stores and retrieves tokens in a memcached server.
MemcachedTokenStorageService() - Constructor in MemcachedTokenStorageService

N

NullRestAuthenticationEventPublisher - Class in grails.plugin.springsecurity.rest.authentication
NullRestAuthenticationEventPublisher() - Constructor in NullRestAuthenticationEventPublisher

O

OauthUser - Class in grails.plugin.springsecurity.rest.oauth
A UserDetails implementation that holds the CommonProfile returned by the OAuth provider
OauthUser(java.lang.String, java.lang.String, Collection<? extends GrantedAuthority>, org.pac4j.core.profile.UserProfile) - Constructor in OauthUser
OauthUserDetailsService - Interface in grails.plugin.springsecurity.rest.oauth
Load users based on a OAuth20Profile
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in RestSecurityEventListener
onAuthenticationFailure(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.security.core.AuthenticationException) - Method in BearerTokenAuthenticationFailureHandler
Sends the proper response code and headers, as defined by RFC6750.
onAuthenticationFailure(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.security.core.AuthenticationException) - Method in RestAuthenticationFailureHandler
Called when an authentication attempt fails.
onAuthenticationSuccess(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, org.springframework.security.core.Authentication) - Method in RestAuthenticationSuccessHandler
Called when a user has been successfully authenticated.
organization - Property in SpringSecurityRestGormGrailsPlugin
organization - Property in SpringSecurityRestGrailsCacheGrailsPlugin
organization - Property in SpringSecurityRestGrailsPlugin
organization - Property in SpringSecurityRestMemcachedGrailsPlugin
organization - Property in SpringSecurityRestRedisGrailsPlugin

P

passwordPropertyName - Property in DefaultJsonPayloadCredentialsExtractor
passwordPropertyName - Property in RequestParamsCredentialsExtractor
pluginExcludes - Property in SpringSecurityRestGormGrailsPlugin
pluginExcludes - Property in SpringSecurityRestGrailsCacheGrailsPlugin
pluginExcludes - Property in SpringSecurityRestGrailsPlugin
pluginExcludes - Property in SpringSecurityRestMemcachedGrailsPlugin
pluginExcludes - Property in SpringSecurityRestRedisGrailsPlugin
preAuthenticationChecks - Property in DefaultOauthUserDetailsService
principal - Property in AccessToken
The username
privateKey - Property in DefaultRSAKeyProvider
privateKey - Property in FileRSAKeyProvider
privateKeyPath - Property in FileRSAKeyProvider
Full path to the private key so that new File(publicKeyPath).exists() == true
profiles - Property in SpringSecurityRestGormGrailsPlugin
profiles - Property in SpringSecurityRestGrailsCacheGrailsPlugin
profiles - Property in SpringSecurityRestGrailsPlugin
profiles - Property in SpringSecurityRestMemcachedGrailsPlugin
profiles - Property in SpringSecurityRestRedisGrailsPlugin
provideCustomClaims(com.nimbusds.jwt.JWTClaimsSet.Builder, org.springframework.security.core.userdetails.UserDetails, java.lang.String, java.lang.Integer) - Method in CustomClaimProvider
The method will be called when the JWT is built.
provideCustomClaims(com.nimbusds.jwt.JWTClaimsSet.Builder, org.springframework.security.core.userdetails.UserDetails, java.lang.String, java.lang.Integer) - Method in IssuerClaimProvider
publicKey - Property in DefaultRSAKeyProvider
publicKey - Property in FileRSAKeyProvider
publicKeyPath - Property in FileRSAKeyProvider
Full path to the public key so that new File(publicKeyPath).exists() == true
publishTokenCreation(grails.plugin.springsecurity.rest.token.AccessToken) - Method in DefaultRestAuthenticationEventPublisher
publishTokenCreation(grails.plugin.springsecurity.rest.token.AccessToken) - Method in NullRestAuthenticationEventPublisher
publishTokenCreation(grails.plugin.springsecurity.rest.token.AccessToken) - Method in RestAuthenticationEventPublisher

Q

R

random - Property in SecureRandomTokenGenerator
redisService - Property in RedisTokenStorageService
RedisTokenStorageService - Class in grails.plugin.springsecurity.rest.token.storage
RedisTokenStorageService() - Constructor in RedisTokenStorageService
REFRESH_ONLY_CLAIM - Property in AbstractJwtTokenGenerator
refreshToken - Property in AccessToken
refreshTokenJwt - Property in AccessToken
removeToken(java.lang.String) - Method in GormTokenStorageService
removeToken(java.lang.String) - Method in GrailsCacheTokenStorageService
removeToken(java.lang.String) - Method in JwtTokenStorageService
removeToken(java.lang.String) - Method in MemcachedTokenStorageService
removeToken(java.lang.String) - Method in RedisTokenStorageService
removeToken(java.lang.String) - Method in TokenStorageService
Removes a token from the storage.
renderer - Property in RestAuthenticationSuccessHandler
requestMatcher - Property in RestAuthenticationFilter
requestMatcher - Property in RestLogoutFilter
requestMatcher - Property in RestTokenValidationFilter
RequestParamsCredentialsExtractor - Class in grails.plugin.springsecurity.rest.credentials
Extracts credentials from request parameters
RequestParamsCredentialsExtractor() - Constructor in RequestParamsCredentialsExtractor
resolveClass(java.io.ObjectStreamClass) - Method in CustomSerializingTranscoder.1
RestAuthenticationEventPublisher - Interface in grails.plugin.springsecurity.rest.authentication
RestAuthenticationFailureHandler - Class in grails.plugin.springsecurity.rest
Sets the configured status code.
RestAuthenticationFailureHandler() - Constructor in RestAuthenticationFailureHandler
RestAuthenticationFilter - Class in grails.plugin.springsecurity.rest
This filter starts the initial authentication flow.
RestAuthenticationFilter() - Constructor in RestAuthenticationFilter
RestAuthenticationProvider - Class in grails.plugin.springsecurity.rest
Authenticates a request based on the token passed.
RestAuthenticationProvider() - Constructor in RestAuthenticationProvider
restAuthenticationProvider - Property in RestTokenValidationFilter
RestAuthenticationSuccessHandler - Class in grails.plugin.springsecurity.rest
Generates a JSON response using a AccessTokenJsonRenderer.
RestAuthenticationSuccessHandler() - Constructor in RestAuthenticationSuccessHandler
RestLogoutFilter - Class in grails.plugin.springsecurity.rest
Filter exposing an endpoint for deleting tokens.
RestLogoutFilter() - Constructor in RestLogoutFilter
RestSecurityEventListener - Class in grails.plugin.springsecurity.rest
Registers as an event listener and delegates handling of security-related events to optional closures defined in Config.groovy.
RestSecurityEventListener() - Constructor in RestSecurityEventListener
RestTokenCreationEvent - Class in grails.plugin.springsecurity.rest
RestTokenCreationEvent(java.lang.Object) - Constructor in RestTokenCreationEvent
RestTokenValidationFilter - Class in grails.plugin.springsecurity.rest
This filter starts the token validation flow.
RestTokenValidationFilter() - Constructor in RestTokenValidationFilter
RSAKeyProvider - Interface in grails.plugin.springsecurity.rest.token.generation.jwt
Implementations of this interface must take care of providing a pair of RSA private/public keys

S

scm - Property in SpringSecurityRestGormGrailsPlugin
scm - Property in SpringSecurityRestGrailsCacheGrailsPlugin
scm - Property in SpringSecurityRestGrailsPlugin
scm - Property in SpringSecurityRestMemcachedGrailsPlugin
scm - Property in SpringSecurityRestRedisGrailsPlugin
SecureRandomTokenGenerator - Class in grails.plugin.springsecurity.rest.token.generation
A TokenGenerator implementation using java.security.SecureRandom
SecureRandomTokenGenerator() - Constructor in SecureRandomTokenGenerator
serializePrincipal(org.springframework.security.core.userdetails.UserDetails) - Method in AbstractJwtTokenGenerator
serializer - Property in RedisTokenStorageService
serialVersionUID - Property in AccessToken
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher) - Method in DefaultRestAuthenticationEventPublisher
setAuthenticated(boolean) - Method in AccessToken
SignedJwtTokenGenerator - Class in grails.plugin.springsecurity.rest.token.generation.jwt
Generates JWT's protected using HMAC with SHA-256
SignedJwtTokenGenerator() - Constructor in SignedJwtTokenGenerator
signer - Property in SignedJwtTokenGenerator
SpringSecurityRestFilterRequestMatcher - Class in grails.plugin.springsecurity.rest
Determines whether a given request matches against a configured endpoint URL
SpringSecurityRestFilterRequestMatcher(java.lang.String) - Constructor in SpringSecurityRestFilterRequestMatcher
SpringSecurityRestGormGrailsPlugin - Class in grails.plugin.springsecurity.rest
SpringSecurityRestGormGrailsPlugin() - Constructor in SpringSecurityRestGormGrailsPlugin
SpringSecurityRestGrailsCacheGrailsPlugin - Class in grails.plugin.springsecurity.rest
SpringSecurityRestGrailsCacheGrailsPlugin() - Constructor in SpringSecurityRestGrailsCacheGrailsPlugin
SpringSecurityRestGrailsPlugin - Class in grails.plugin.springsecurity.rest
SpringSecurityRestGrailsPlugin() - Constructor in SpringSecurityRestGrailsPlugin
SpringSecurityRestMemcachedGrailsPlugin - Class in grails.plugin.springsecurity.rest
SpringSecurityRestMemcachedGrailsPlugin() - Constructor in SpringSecurityRestMemcachedGrailsPlugin
SpringSecurityRestRedisGrailsPlugin - Class in grails.plugin.springsecurity.rest
SpringSecurityRestRedisGrailsPlugin() - Constructor in SpringSecurityRestRedisGrailsPlugin
statusCode - Property in RestAuthenticationFailureHandler
Configurable status code, by default: conf.rest.login.failureStatusCode?
storeToken(java.lang.String, org.springframework.security.core.userdetails.UserDetails) - Method in GormTokenStorageService
storeToken(java.lang.String, org.springframework.security.core.userdetails.UserDetails) - Method in GrailsCacheTokenStorageService
storeToken(java.lang.String, org.springframework.security.core.userdetails.UserDetails) - Method in JwtTokenStorageService
storeToken(java.lang.String, org.springframework.security.core.userdetails.UserDetails) - Method in MemcachedTokenStorageService
storeToken(java.lang.String, org.springframework.security.core.userdetails.UserDetails) - Method in RedisTokenStorageService
storeToken(grails.plugin.springsecurity.rest.token.AccessToken) - Method in TokenStorageService
Stores the access token.
supports(Class<?>) - Method in RestAuthenticationProvider

T

title - Property in SpringSecurityRestGormGrailsPlugin
title - Property in SpringSecurityRestGrailsCacheGrailsPlugin
title - Property in SpringSecurityRestGrailsPlugin
title - Property in SpringSecurityRestMemcachedGrailsPlugin
title - Property in SpringSecurityRestRedisGrailsPlugin
TokenGenerator - Interface in grails.plugin.springsecurity.rest.token.generation
Implementations of this interface must provide a token generation strategy
tokenGenerator - Property in RestAuthenticationFilter
TokenNotFoundException - Class in grails.plugin.springsecurity.rest.token.storage
Thrown if the desired token is not found by the TokenStorageService
TokenNotFoundException() - Constructor in TokenNotFoundException
tokenPropertyName - Property in DefaultAccessTokenJsonRenderer
TokenReader - Interface in grails.plugin.springsecurity.rest.token.reader
tokenReader - Property in BearerTokenAuthenticationEntryPoint
tokenReader - Property in BearerTokenAuthenticationFailureHandler
tokenReader - Property in RestLogoutFilter
tokenReader - Property in RestTokenValidationFilter
TokenStorageService - Trait in grails.plugin.springsecurity.rest.token.storage
Implementations of this trait are responsible to load user information from a token storage system, and to store token information into it.
tokenStorageService - Property in RestAuthenticationFilter
tokenStorageService - Property in RestAuthenticationProvider
tokenStorageService - Property in RestLogoutFilter

U

useBearerToken - Property in DefaultAccessTokenJsonRenderer
useJwt - Property in RestAuthenticationProvider
userDetailsService - Property in DefaultOauthUserDetailsService
userDetailsService - Property in GormTokenStorageService
userDetailsService - Property in JwtTokenStorageService
userDetailsService - Property in RedisTokenStorageService
userDomainClassName() - Method in DefaultOauthUserDetailsService
usernamePropertyName - Property in DefaultAccessTokenJsonRenderer
usernamePropertyName - Property in DefaultJsonPayloadCredentialsExtractor
usernamePropertyName - Property in RequestParamsCredentialsExtractor
userProfile - Property in OauthUser
UUIDTokenGenerator - Class in grails.plugin.springsecurity.rest.token.generation
Uses java.util.UUID to generate tokens.
UUIDTokenGenerator() - Constructor in UUIDTokenGenerator

V

validationEndpointUrl - Property in RestTokenValidationFilter

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _