Uses of Class
org.wildfly.security.auth.server.SecurityDomain
-
Packages that use SecurityDomain Package Description org.wildfly.security.auth.callback Extended callbacks and supporting utilities which allow efficient callback handler implementation.org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of SecurityDomain in org.wildfly.security.auth.callback
Methods in org.wildfly.security.auth.callback with parameters of type SecurityDomain Modifier and Type Method Description voidCachedIdentityAuthorizeCallback. 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 SecurityDomain Constructor Description CachedIdentityAuthorizeCallback(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.server
Methods in org.wildfly.security.auth.server that return SecurityDomain Modifier and Type Method Description SecurityDomainSecurityDomain.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.SecurityDomainAbstractMechanismAuthenticationFactory.Builder. getSecurityDomain()SecurityDomainAbstractMechanismAuthenticationFactory. getSecurityDomain()SecurityDomainMechanismAuthenticationFactory. 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 SecurityDomain Modifier and Type Method Description AbstractMechanismAuthenticationFactory.Builder<M,F,E>AbstractMechanismAuthenticationFactory.Builder. setSecurityDomain(SecurityDomain securityDomain)MechanismAuthenticationFactory.Builder<M,F,E>MechanismAuthenticationFactory.Builder. setSecurityDomain(SecurityDomain securityDomain)Set the security domain to be used for this factory (may not benull).Method parameters in org.wildfly.security.auth.server with type arguments of type SecurityDomain Modifier and Type Method Description SecurityDomain.BuilderSecurityDomain.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 SecurityDomain Constructor Description AbstractMechanismAuthenticationFactory(SecurityDomain securityDomain, MechanismConfigurationSelector mechanismConfigurationSelector, F factory)
-