PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectType

Packages that use SAML11SubjectType
org.picketlink.identity.federation.core.saml.v1   
org.picketlink.identity.federation.core.saml.v1.writers   
org.picketlink.identity.federation.saml.v1.assertion   
org.picketlink.identity.federation.saml.v1.protocol   
 

Uses of SAML11SubjectType in org.picketlink.identity.federation.core.saml.v1
 

Fields in org.picketlink.identity.federation.core.saml.v1 declared as SAML11SubjectType
protected  SAML11SubjectType SAML11ProtocolContext.subjectType
           
 

Methods in org.picketlink.identity.federation.core.saml.v1 that return SAML11SubjectType
 SAML11SubjectType SAML11ProtocolContext.getSubjectType()
          Get the subject
 

Methods in org.picketlink.identity.federation.core.saml.v1 with parameters of type SAML11SubjectType
 void SAML11ProtocolContext.setSubjectType(SAML11SubjectType subjectType)
          Set the subject
 

Uses of SAML11SubjectType in org.picketlink.identity.federation.core.saml.v1.writers
 

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

Uses of SAML11SubjectType in org.picketlink.identity.federation.saml.v1.assertion
 

Fields in org.picketlink.identity.federation.saml.v1.assertion declared as SAML11SubjectType
protected  SAML11SubjectType SAML11SubjectStatementType.subject
           
 

Methods in org.picketlink.identity.federation.saml.v1.assertion that return SAML11SubjectType
 SAML11SubjectType SAML11SubjectStatementType.getSubject()
           
 

Methods in org.picketlink.identity.federation.saml.v1.assertion with parameters of type SAML11SubjectType
 void SAML11SubjectStatementType.setSubject(SAML11SubjectType subject)
           
 

Constructors in org.picketlink.identity.federation.saml.v1.assertion with parameters of type SAML11SubjectType
SAML11SubjectStatementType(SAML11SubjectType subject)
           
 

Uses of SAML11SubjectType in org.picketlink.identity.federation.saml.v1.protocol
 

Fields in org.picketlink.identity.federation.saml.v1.protocol declared as SAML11SubjectType
protected  SAML11SubjectType SAML11SubjectQueryAbstractType.subject
           
 

Methods in org.picketlink.identity.federation.saml.v1.protocol that return SAML11SubjectType
 SAML11SubjectType SAML11SubjectQueryAbstractType.getSubject()
           
 

Methods in org.picketlink.identity.federation.saml.v1.protocol with parameters of type SAML11SubjectType
 void SAML11SubjectQueryAbstractType.setSubject(SAML11SubjectType subject)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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