PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use SAML11StatementAbstractType
org.picketlink.identity.federation.core.saml.v1   
org.picketlink.identity.federation.saml.v1.assertion   
 

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

Fields in org.picketlink.identity.federation.core.saml.v1 with type parameters of type SAML11StatementAbstractType
protected  List<SAML11StatementAbstractType> SAML11ProtocolContext.statements
           
 

Methods in org.picketlink.identity.federation.core.saml.v1 that return types with arguments of type SAML11StatementAbstractType
 List<SAML11StatementAbstractType> SAML11ProtocolContext.getStatements()
          Get the statements as a read-only list
 

Method parameters in org.picketlink.identity.federation.core.saml.v1 with type arguments of type SAML11StatementAbstractType
 void SAML11ProtocolContext.setStatements(List<SAML11StatementAbstractType> statements)
          Add a list of statements
 

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

Subclasses of SAML11StatementAbstractType in org.picketlink.identity.federation.saml.v1.assertion
 class SAML11AttributeStatementType
          
 class SAML11AuthenticationStatementType
          
 class SAML11AuthorizationDecisionStatementType
          
 class SAML11StatementType
           
 class SAML11SubjectStatementType
          
 

Fields in org.picketlink.identity.federation.saml.v1.assertion with type parameters of type SAML11StatementAbstractType
protected  List<SAML11StatementAbstractType> SAML11AssertionType.statements
           
 

Methods in org.picketlink.identity.federation.saml.v1.assertion that return types with arguments of type SAML11StatementAbstractType
 List<SAML11StatementAbstractType> SAML11AssertionType.getStatements()
           
 

Methods in org.picketlink.identity.federation.saml.v1.assertion with parameters of type SAML11StatementAbstractType
 void SAML11AssertionType.add(SAML11StatementAbstractType statement)
           
 boolean SAML11AssertionType.remove(SAML11StatementAbstractType statement)
           
 

Method parameters in org.picketlink.identity.federation.saml.v1.assertion with type arguments of type SAML11StatementAbstractType
 void SAML11AssertionType.addAllStatements(List<SAML11StatementAbstractType> statement)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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