Uses of Interface
org.keycloak.dom.saml.v2.assertion.URIType
Package
Description
Package for the model classes for the SAML2 Assertion
-
Uses of URIType in org.keycloak.dom.saml.v2.assertion
Modifier and TypeClassDescriptionclass
Type that represents an AuthnContextClassRefclass
Type that represents an AuthnContextDeclRefModifier and TypeMethodDescriptionAuthnContextType.AuthnContextTypeSequence.getURIType()
AuthnContextType.getURIType()
Get a read only set of URI typeModifier and TypeMethodDescriptionvoid
AuthnContextType.addURIType
(URIType aa) Add an URI typevoid
AuthnContextType.addURIType
(URIType[] aas) Add an array of URI Typevoid
AuthnContextType.AuthnContextTypeSequence.addURIType
(URIType aa) void
AuthnContextType.AuthnContextTypeSequence.addURIType
(URIType[] aas) void
AuthnContextType.AuthnContextTypeSequence.removeURIType
(URIType aa) void
AuthnContextType.removeURIType
(URIType aa) Add an URI type