PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.assertion.SubjectType

Packages that use SubjectType
org.picketlink.identity.federation.core.parsers.saml   
org.picketlink.identity.federation.core.saml.v2.common   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.core.saml.v2.util   
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.saml.v2.assertion Package for the model classes for the SAML2 Assertion 
org.picketlink.identity.federation.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 
 

Uses of SubjectType in org.picketlink.identity.federation.core.parsers.saml
 

Methods in org.picketlink.identity.federation.core.parsers.saml that return SubjectType
protected  SubjectType SAMLRequestAbstractParser.getSubject(XMLEventReader xmlEventReader)
           
 

Uses of SubjectType in org.picketlink.identity.federation.core.saml.v2.common
 

Fields in org.picketlink.identity.federation.core.saml.v2.common declared as SubjectType
protected  SubjectType SAMLProtocolContext.subjectType
           
 

Methods in org.picketlink.identity.federation.core.saml.v2.common that return SubjectType
 SubjectType SAMLProtocolContext.getSubjectType()
          Get the subject
 

Methods in org.picketlink.identity.federation.core.saml.v2.common with parameters of type SubjectType
 void SAMLProtocolContext.setSubjectType(SubjectType subjectType)
          Set the subject
 

Uses of SubjectType in org.picketlink.identity.federation.core.saml.v2.factories
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories that return SubjectType
static SubjectType SAMLAssertionFactory.createSubject(NameIDType nameID, SubjectConfirmationType confirmation)
           Creates a SubjectType object with the specified values.
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories with parameters of type SubjectType
static AssertionType SAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements)
           Creates a SAMLV2 AssertionType with the specified values.
 

Uses of SubjectType in org.picketlink.identity.federation.core.saml.v2.util
 

Methods in org.picketlink.identity.federation.core.saml.v2.util that return SubjectType
static SubjectType AssertionUtil.createAssertionSubject(String userName)
          Given a user name, create a SubjectType that can then be inserted into an assertion
 

Uses of SubjectType in org.picketlink.identity.federation.core.saml.v2.writers
 

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type SubjectType
 void BaseWriter.write(SubjectType subject)
          write an SubjectType to stream
 

Uses of SubjectType in org.picketlink.identity.federation.saml.v2.assertion
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return SubjectType
 SubjectType AssertionType.getSubject()
          Get the subject
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type SubjectType
 void AssertionType.setSubject(SubjectType subject)
          Set the subject
 

Uses of SubjectType in org.picketlink.identity.federation.saml.v2.protocol
 

Fields in org.picketlink.identity.federation.saml.v2.protocol declared as SubjectType
protected  SubjectType AuthnRequestType.subject
           
protected  SubjectType SubjectQueryAbstractType.subject
           
 

Methods in org.picketlink.identity.federation.saml.v2.protocol that return SubjectType
 SubjectType AuthnRequestType.getSubject()
          Gets the value of the subject property.
 SubjectType SubjectQueryAbstractType.getSubject()
          Gets the value of the subject property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type SubjectType
 void AuthnRequestType.setSubject(SubjectType value)
          Sets the value of the subject property.
 void SubjectQueryAbstractType.setSubject(SubjectType subject)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.