Uses of Interface
org.keycloak.dom.saml.v2.assertion.URIType
-
Packages that use URIType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertion -
-
Uses of URIType in org.keycloak.dom.saml.v2.assertion
Classes in org.keycloak.dom.saml.v2.assertion that implement URIType Modifier and Type Class Description classAuthnContextClassRefTypeType that represents an AuthnContextClassRefclassAuthnContextDeclRefTypeType that represents an AuthnContextDeclRefMethods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type URIType Modifier and Type Method Description Set<URIType>AuthnContextType.AuthnContextTypeSequence. getURIType()Set<URIType>AuthnContextType. getURIType()Get a read only set of URI typeMethods in org.keycloak.dom.saml.v2.assertion with parameters of type URIType Modifier and Type Method Description voidAuthnContextType. addURIType(URIType aa)Add an URI typevoidAuthnContextType. addURIType(URIType[] aas)Add an array of URI TypevoidAuthnContextType.AuthnContextTypeSequence. addURIType(URIType aa)voidAuthnContextType.AuthnContextTypeSequence. addURIType(URIType[] aas)voidAuthnContextType.AuthnContextTypeSequence. removeURIType(URIType aa)voidAuthnContextType. removeURIType(URIType aa)Add an URI type
-