Uses of Class
org.wildfly.clustering.web.undertow.sso.elytron.ElytronAuthentication
-
Packages that use ElytronAuthentication Package Description org.wildfly.clustering.web.undertow.sso.elytron -
-
Uses of ElytronAuthentication in org.wildfly.clustering.web.undertow.sso.elytron
Methods in org.wildfly.clustering.web.undertow.sso.elytron that return ElytronAuthentication Modifier and Type Method Description ElytronAuthenticationElytronAuthenticationMarshaller. readFrom(ProtoStreamReader reader)Methods in org.wildfly.clustering.web.undertow.sso.elytron that return types with arguments of type ElytronAuthentication Modifier and Type Method Description Class<? extends ElytronAuthentication>ElytronAuthenticationMarshaller. getJavaClass()Methods in org.wildfly.clustering.web.undertow.sso.elytron with parameters of type ElytronAuthentication Modifier and Type Method Description voidElytronAuthenticationMarshaller. writeTo(ProtoStreamWriter writer, ElytronAuthentication auth)Method parameters in org.wildfly.clustering.web.undertow.sso.elytron with type arguments of type ElytronAuthentication Modifier and Type Method Description org.wildfly.security.http.util.sso.SingleSignOnManagerDistributableSingleSignOnManagerServiceConfigurator. apply(org.wildfly.clustering.web.sso.SSOManager<ElytronAuthentication,String,Map.Entry<String,URI>,LocalSSOContext,org.wildfly.clustering.ee.Batch> manager)Constructor parameters in org.wildfly.clustering.web.undertow.sso.elytron with type arguments of type ElytronAuthentication Constructor Description DistributableSingleSignOn(org.wildfly.clustering.web.sso.SSO<ElytronAuthentication,String,Map.Entry<String,URI>,LocalSSOContext> sso, org.wildfly.clustering.ee.Batcher<org.wildfly.clustering.ee.Batch> batcher, org.wildfly.clustering.ee.Batch batch)DistributableSingleSignOnManager(org.wildfly.clustering.web.sso.SSOManager<ElytronAuthentication,String,Map.Entry<String,URI>,LocalSSOContext,org.wildfly.clustering.ee.Batch> manager)
-