A B C D E F G I L R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addRealm(RuntimeValue<SecurityDomain.Builder>, String, RuntimeValue<SecurityRealm>) - Method in class io.quarkus.elytron.security.runtime.ElytronRecorder
-
Called to add a realm to the SecurityDomain being built
- authenticate(TokenAuthenticationRequest, AuthenticationRequestContext) - Method in class io.quarkus.elytron.security.runtime.ElytronTokenIdentityProvider
- authenticate(TrustedAuthenticationRequest, AuthenticationRequestContext) - Method in class io.quarkus.elytron.security.runtime.ElytronTrustedIdentityProvider
- authenticate(UsernamePasswordAuthenticationRequest, AuthenticationRequestContext) - Method in class io.quarkus.elytron.security.runtime.ElytronPasswordIdentityProvider
B
- buildDomain(RuntimeValue<SecurityDomain.Builder>) - Method in class io.quarkus.elytron.security.runtime.ElytronRecorder
-
Called to invoke the builder created by ElytronRecorder.configureDomainBuilder(String, RuntimeValue)
C
- configureDomainBuilder(String, RuntimeValue<SecurityRealm>) - Method in class io.quarkus.elytron.security.runtime.ElytronRecorder
-
Create a SecurityDomain.Builder for the given default SecurityRealm.
D
- decodeRoles(AuthorizationIdentity) - Method in class io.quarkus.elytron.security.runtime.DefaultRoleDecoder
- DefaultRoleDecoder - Class in io.quarkus.elytron.security.runtime
-
A default implementation of
RoleDecoderthat delegates decoding of roles for a givenAuthorizationIdentityto an application specific implementation ofRoleDecoder, if provided. - DefaultRoleDecoder() - Constructor for class io.quarkus.elytron.security.runtime.DefaultRoleDecoder
- domain - Variable in class io.quarkus.elytron.security.runtime.ElytronPasswordIdentityProvider
- domain - Variable in class io.quarkus.elytron.security.runtime.ElytronTokenIdentityProvider
- domain - Variable in class io.quarkus.elytron.security.runtime.ElytronTrustedIdentityProvider
E
- ElytronPasswordIdentityProvider - Class in io.quarkus.elytron.security.runtime
-
This is an interim class that provides a mapping between the existing Elytron implementations and the new Quarkus API's.
- ElytronPasswordIdentityProvider() - Constructor for class io.quarkus.elytron.security.runtime.ElytronPasswordIdentityProvider
- ElytronRecorder - Class in io.quarkus.elytron.security.runtime
-
The runtime security recorder class that provides methods for creating RuntimeValues for the deployment security objects.
- ElytronRecorder() - Constructor for class io.quarkus.elytron.security.runtime.ElytronRecorder
- ElytronSecurityDomainManager - Class in io.quarkus.elytron.security.runtime
- ElytronSecurityDomainManager() - Constructor for class io.quarkus.elytron.security.runtime.ElytronSecurityDomainManager
- ElytronTokenIdentityProvider - Class in io.quarkus.elytron.security.runtime
-
This is an interim class that provides a mapping between the existing Elytron implementations and the new Quarkus API's.
- ElytronTokenIdentityProvider() - Constructor for class io.quarkus.elytron.security.runtime.ElytronTokenIdentityProvider
- ElytronTrustedIdentityProvider - Class in io.quarkus.elytron.security.runtime
- ElytronTrustedIdentityProvider() - Constructor for class io.quarkus.elytron.security.runtime.ElytronTrustedIdentityProvider
F
- fromDefaultAttribute(AuthorizationIdentity) - Method in class io.quarkus.elytron.security.runtime.DefaultRoleDecoder
G
- getDomain() - Method in class io.quarkus.elytron.security.runtime.ElytronSecurityDomainManager
- getRequestType() - Method in class io.quarkus.elytron.security.runtime.ElytronPasswordIdentityProvider
- getRequestType() - Method in class io.quarkus.elytron.security.runtime.ElytronTokenIdentityProvider
- getRequestType() - Method in class io.quarkus.elytron.security.runtime.ElytronTrustedIdentityProvider
- groupsAttribute - Variable in class io.quarkus.elytron.security.runtime.DefaultRoleDecoder
I
- io.quarkus.elytron.security.runtime - package io.quarkus.elytron.security.runtime
L
- log - Static variable in class io.quarkus.elytron.security.runtime.ElytronRecorder
R
- runLoadTask(Runnable) - Method in class io.quarkus.elytron.security.runtime.ElytronRecorder
S
- setDomain(SecurityDomain) - Method in class io.quarkus.elytron.security.runtime.ElytronSecurityDomainManager
- setDomainForIdentityProvider(BeanContainer, RuntimeValue<SecurityDomain>) - Method in class io.quarkus.elytron.security.runtime.ElytronRecorder
All Classes All Packages