Uses of Class
org.wildfly.security.auth.server.SecurityDomain
Packages that use SecurityDomain
Package
Description
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
Elytron Client enable remote clients to authenticate using Elytron.
JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation.
Server side of authentication provided by Elytron.
Package containing the HTTP based authentication APIs, SPIs and related classes.
-
Uses of SecurityDomain in org.wildfly.extension.messaging.activemq
Constructors in org.wildfly.extension.messaging.activemq with parameters of type SecurityDomainModifierConstructorDescriptionElytronSecurityManager(SecurityDomain securityDomain) Creates an instance ofElytronSecurityManagerwith the specifiedSecurityDomain. -
Uses of SecurityDomain in org.wildfly.security.auth.callback
Methods in org.wildfly.security.auth.callback with parameters of type SecurityDomainModifier and TypeMethodDescriptionvoidCachedIdentityAuthorizeCallback.setSecurityDomain(SecurityDomain securityDomain) Set the currentSecurityDomainin order to obtain identities from the cacheConstructor parameters in org.wildfly.security.auth.callback with type arguments of type SecurityDomainModifierConstructorDescriptionCachedIdentityAuthorizeCallback(Principal principal, Function<SecurityDomain, IdentityCache> identityCache, boolean localCache) Creates a new instance to authenticate, authorize and cache the identity associated with the givenprincipal.CachedIdentityAuthorizeCallback(Function<SecurityDomain, IdentityCache> identityCache, boolean localCache) Creates a new instance in order to authorize identities managed by the givenidentityCache. -
Uses of SecurityDomain in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type SecurityDomainModifier and TypeMethodDescriptionAuthenticationConfiguration.useForwardedAuthenticationCredentials(SecurityDomain securityDomain) Create a new configuration which is the same as this configuration, but which forwards the authentication credentials from the current identity of the given security domain.AuthenticationConfiguration.useForwardedAuthenticationIdentity(SecurityDomain securityDomain) Create a new configuration which is the same as this configuration, but which forwards the authentication name from the current identity of the given security domain.AuthenticationConfiguration.useForwardedAuthorizationIdentity(SecurityDomain securityDomain) Create a new configuration which is the same as this configuration, but which forwards the authorization name from the current identity of the given security domain.AuthenticationConfiguration.useForwardedIdentity(SecurityDomain securityDomain) Create a new configuration which is the same as this configuration, but which forwards the authentication name and credentials from the current identity of the given security domain. -
Uses of SecurityDomain in org.wildfly.security.auth.jaspi.impl
Methods in org.wildfly.security.auth.jaspi.impl with parameters of type SecurityDomainModifier and TypeMethodDescriptionstatic JaspiAuthenticationContextJaspiAuthenticationContext.newInstance(SecurityDomain securityDomain, boolean integrated) Deprecated.static JaspiAuthenticationContextJaspiAuthenticationContext.newInstance(SecurityDomain securityDomain, boolean integrated, SecurityIdentity cachedIdentity) static JaspiAuthenticationContextJaspiAuthenticationContext.newInstance(SecurityDomain securityDomain, boolean integrated, CachedIdentity cachedIdentity) -
Uses of SecurityDomain in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return SecurityDomainModifier and TypeMethodDescriptionSecurityDomain.Builder.build()Construct this security domain.static SecurityDomainSecurityDomain.forIdentity(SecurityIdentity identity) Get the security domain associated with the given identity.static SecurityDomainSecurityDomain.getCurrent()Get theSecurityDomainassociated with the context class loader of the calling Thread ornullif one is not associated.AbstractMechanismAuthenticationFactory.Builder.getSecurityDomain()AbstractMechanismAuthenticationFactory.getSecurityDomain()MechanismAuthenticationFactory.getSecurityDomain()Get the underlyingSecurityDomainthat mechanisms created by this factory will be using for authentication.Methods in org.wildfly.security.auth.server with parameters of type SecurityDomainModifier and TypeMethodDescriptionAbstractMechanismAuthenticationFactory.Builder.setSecurityDomain(SecurityDomain securityDomain) HttpAuthenticationFactory.Builder.setSecurityDomain(SecurityDomain securityDomain) MechanismAuthenticationFactory.Builder.setSecurityDomain(SecurityDomain securityDomain) Set the security domain to be used for this factory (may not benull).SaslAuthenticationFactory.Builder.setSecurityDomain(SecurityDomain securityDomain) Method parameters in org.wildfly.security.auth.server with type arguments of type SecurityDomainModifier and TypeMethodDescriptionSecurityDomain.Builder.setTrustedSecurityDomainPredicate(Predicate<SecurityDomain> trustedSecurityDomain) Set the predicate that should be used to determine if a given domain is trusted by this domain.Constructors in org.wildfly.security.auth.server with parameters of type SecurityDomainModifierConstructorDescriptionprotectedAbstractMechanismAuthenticationFactory(SecurityDomain securityDomain, MechanismConfigurationSelector mechanismConfigurationSelector, F factory) -
Uses of SecurityDomain in org.wildfly.security.auth.server.http
Methods in org.wildfly.security.auth.server.http with parameters of type SecurityDomainModifier and TypeMethodDescriptionHttpAuthenticationFactory.Builder.setSecurityDomain(SecurityDomain securityDomain) -
Uses of SecurityDomain in org.wildfly.security.auth.server.sasl
Methods in org.wildfly.security.auth.server.sasl with parameters of type SecurityDomainModifier and TypeMethodDescriptionSaslAuthenticationFactory.Builder.setSecurityDomain(SecurityDomain securityDomain) -
Uses of SecurityDomain in org.wildfly.security.http
Methods in org.wildfly.security.http with parameters of type SecurityDomainModifier and TypeMethodDescriptionHttpAuthenticator.Builder.setSecurityDomain(SecurityDomain securityDomain) Set theSecurityDomainto use for programmatic authentication. -
Uses of SecurityDomain in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl with parameters of type SecurityDomainModifier and TypeMethodDescriptionSSLContextBuilder.setSecurityDomain(SecurityDomain securityDomain) Set the security domain to use to authenticate clients.