|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubjectConfirmationType | |
---|---|
org.picketlink.identity.federation.core.saml.v2.factories | |
org.picketlink.identity.federation.saml.v2.assertion | Package for the model classes for the SAML2 Assertion |
Uses of SubjectConfirmationType in org.picketlink.identity.federation.core.saml.v2.factories |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.factories that return SubjectConfirmationType | |
---|---|
static SubjectConfirmationType |
SAMLAssertionFactory.createSubjectConfirmation(NameIDType nameID,
String confirmationMethod,
KeyInfoConfirmationDataType keyInfoData)
Creates a SubjectConfirmationType object with the specified values. |
static SubjectConfirmationType |
JBossSAMLBaseFactory.createSubjectConfirmation(String method)
Create a Subject confirmation type given the method |
Methods in org.picketlink.identity.federation.core.saml.v2.factories with parameters of type SubjectConfirmationType | |
---|---|
static SubjectType |
SAMLAssertionFactory.createSubject(NameIDType nameID,
SubjectConfirmationType confirmation)
Creates a SubjectType object with the specified values. |
Uses of SubjectConfirmationType in org.picketlink.identity.federation.saml.v2.assertion |
---|
Fields in org.picketlink.identity.federation.saml.v2.assertion with type parameters of type SubjectConfirmationType | |
---|---|
protected List<SubjectConfirmationType> |
SubjectType.subjectConfirmation
|
protected List<SubjectConfirmationType> |
SubjectType.STSubType.subjectConfirmation
|
Methods in org.picketlink.identity.federation.saml.v2.assertion that return types with arguments of type SubjectConfirmationType | |
---|---|
List<SubjectConfirmationType> |
SubjectType.getConfirmation()
Get a list of subject confirmations |
List<SubjectConfirmationType> |
SubjectType.STSubType.getConfirmation()
|
Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type SubjectConfirmationType | |
---|---|
void |
SubjectType.addConfirmation(SubjectConfirmationType con)
Add a subject confirmation |
void |
SubjectType.STSubType.addConfirmation(SubjectConfirmationType con)
|
void |
SubjectType.removeConfirmation(SubjectConfirmationType con)
Remove a subject confirmation |
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |