Uses of Interface
com.sun.identity.saml2.protocol.Extensions
-
Packages that use Extensions Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of Extensions in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return Extensions Modifier and Type Method Description Extensions
ProtocolFactory. createExtensions()
Returns theExtensions
Object.Extensions
ProtocolFactory. createExtensions(String value)
Returns theExtensions
Object.Extensions
ProtocolFactory. createExtensions(Element value)
Returns theExtensions
Object.Extensions
RequestAbstract. getExtensions()
Returns theExtensions
Object.Extensions
StatusResponse. getExtensions()
Returns the value of the extensions property.Methods in com.sun.identity.saml2.protocol with parameters of type Extensions Modifier and Type Method Description void
RequestAbstract. setExtensions(Extensions extensions)
Sets theExtensions
Object.void
StatusResponse. setExtensions(Extensions value)
Sets the value of the extensions property.
-