Package | Description |
---|---|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
Extensions |
ProtocolFactory.createExtensions()
Returns the
Extensions Object. |
Extensions |
ProtocolFactory.createExtensions(Element value)
Returns the
Extensions Object. |
Extensions |
ProtocolFactory.createExtensions(String value)
Returns the
Extensions Object. |
Extensions |
RequestAbstract.getExtensions()
Returns the
Extensions Object. |
Extensions |
StatusResponse.getExtensions()
Returns the value of the extensions property.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestAbstract.setExtensions(Extensions extensions)
Sets the
Extensions Object. |
void |
StatusResponse.setExtensions(Extensions value)
Sets the value of the extensions property.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionsImpl
The class defines methods for adding protcol message extension elements.
|
Modifier and Type | Field and Description |
---|---|
protected Extensions |
StatusResponseImpl.extensions |
protected Extensions |
RequestAbstractImpl.extensions |
Modifier and Type | Method and Description |
---|---|
Extensions |
StatusResponseImpl.getExtensions()
Returns the value of the extensions property.
|
Extensions |
RequestAbstractImpl.getExtensions()
Returns the
Extensions Object. |
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseImpl.setExtensions(Extensions value)
Sets the value of the extensions property.
|
void |
RequestAbstractImpl.setExtensions(Extensions extensions)
Sets the
Extensions Object. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.