Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
Modifier and Type | Method and Description |
---|---|
Advice |
AssertionFactory.createAdvice()
Returns a new instance of
Advice . |
Advice |
AssertionFactory.createAdvice(Element elem)
Returns a new instance of
Advice . |
Advice |
AssertionFactory.createAdvice(String xml)
Returns a new instance of
Advice
The return object is immutable. |
Advice |
Assertion.getAdvice()
Returns the advice of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setAdvice(Advice advice)
Sets the advice of the assertion
|
Modifier and Type | Class and Description |
---|---|
class |
AdviceImpl
The
Advice contains any additional information that the
SAML authority wishes to provide. |
Modifier and Type | Method and Description |
---|---|
Advice |
AssertionImpl.getAdvice()
Returns the advice of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionImpl.setAdvice(Advice advice)
Sets the advice of the assertion
|
Modifier and Type | Method and Description |
---|---|
Advice |
DiscoveryBootstrap.getCredentials()
Gets the credential for discovery boot strap resource offering
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.