Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
BaseID |
AssertionFactory.createBaseID()
Returns a new instance of
BaseID . |
BaseID |
AssertionFactory.createBaseID(Element elem)
Returns a new instance of
BaseID . |
BaseID |
AssertionFactory.createBaseID(String xml)
Returns a new instance of
BaseID . |
BaseID |
Subject.getBaseID()
Returns the identifier in
BaseID format |
BaseID |
SubjectConfirmation.getBaseID()
Returns the base ID
|
Modifier and Type | Method and Description |
---|---|
void |
Subject.setBaseID(BaseID value)
Sets the identifier in
BaseID format |
void |
SubjectConfirmation.setBaseID(BaseID value)
Sets the base ID
|
Modifier and Type | Class and Description |
---|---|
class |
BaseIDImpl
The
BaseID is an extension point that allows
applications to add new kinds of identifiers. |
Modifier and Type | Method and Description |
---|---|
BaseID |
SubjectImpl.getBaseID()
Returns the identifier in
BaseID format |
BaseID |
SubjectConfirmationImpl.getBaseID()
Returns the base ID
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectImpl.setBaseID(BaseID value)
Sets the identifier in
BaseID format |
void |
SubjectConfirmationImpl.setBaseID(BaseID value)
Sets the base ID
|
Modifier and Type | Method and Description |
---|---|
BaseID |
LogoutRequest.getBaseID()
Returns the value of the baseID property.
|
BaseID |
NameIDMappingRequest.getBaseID()
Returns the value of the baseID property.
|
Modifier and Type | Method and Description |
---|---|
void |
LogoutRequest.setBaseID(BaseID value)
Sets the value of the baseID property.
|
void |
NameIDMappingRequest.setBaseID(BaseID value)
Sets the value of the baseID property.
|
Modifier and Type | Method and Description |
---|---|
BaseID |
NameIDMappingRequestImpl.getBaseID()
Returns the value of the baseID property.
|
BaseID |
LogoutRequestImpl.getBaseID()
Returns the value of the baseID property.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDMappingRequestImpl.setBaseID(BaseID value)
Sets the value of the baseID property.
|
void |
LogoutRequestImpl.setBaseID(BaseID value)
Sets the value of the baseID property.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.