PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use StatementAbstractType
org.picketlink.identity.federation.core.saml.v1.writers   
org.picketlink.identity.federation.core.saml.v2.common   
org.picketlink.identity.federation.core.saml.v2.factories   
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.profiles.xacml.assertion   
 

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

Methods in org.picketlink.identity.federation.core.saml.v1.writers with parameters of type StatementAbstractType
 void SAML11AssertionWriter.write(StatementAbstractType statement)
          Write an StatementAbstractType to stream
 

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

Fields in org.picketlink.identity.federation.core.saml.v2.common with type parameters of type StatementAbstractType
protected  List<StatementAbstractType> SAMLProtocolContext.statements
           
static ThreadLocal<Set<StatementAbstractType>> StatementLocal.statements
           
 

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

Method parameters in org.picketlink.identity.federation.core.saml.v2.common with type arguments of type StatementAbstractType
 void SAMLProtocolContext.setStatements(List<StatementAbstractType> statements)
          Add a list of statements
 

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

Method parameters in org.picketlink.identity.federation.core.saml.v2.factories with type arguments of type StatementAbstractType
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 StatementAbstractType in org.picketlink.identity.federation.core.saml.v2.writers
 

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type StatementAbstractType
 void SAMLAssertionWriter.write(StatementAbstractType statement)
          Write an StatementAbstractType to stream
 

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

Subclasses of StatementAbstractType in org.picketlink.identity.federation.saml.v2.assertion
 class AttributeStatementType
           Java class for AttributeStatementType complex type.
 class AuthnStatementType
           Java class for AuthnStatementType complex type.
 class AuthzDecisionStatementType
           Java class for AuthzDecisionStatementType complex type.
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return types with arguments of type StatementAbstractType
 Set<StatementAbstractType> AssertionType.getStatements()
          Get a read only set of statements
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type StatementAbstractType
 void AssertionType.addStatement(StatementAbstractType statement)
          Add a statement
 

Method parameters in org.picketlink.identity.federation.saml.v2.assertion with type arguments of type StatementAbstractType
 void AssertionType.addStatements(Collection<StatementAbstractType> statement)
          Add a collection of statements
 void AssertionType.addStatements(Set<StatementAbstractType> statement)
          Add a set of statements
 

Uses of StatementAbstractType in org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion
 

Subclasses of StatementAbstractType in org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion
 class XACMLAuthzDecisionStatementType
           Java class for XACMLAuthzDecisionStatementType complex type.
 class XACMLPolicyStatementType
           Java class for XACMLPolicyStatementType complex type.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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