Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
SAML11AssertionWriter.write(StatementAbstractType statement)
Write an
StatementAbstractType to stream |
Modifier and Type | Field and Description |
---|---|
protected List<StatementAbstractType> |
SAMLProtocolContext.statements |
static ThreadLocal<Set<StatementAbstractType>> |
StatementLocal.statements |
Modifier and Type | Method and Description |
---|---|
List<StatementAbstractType> |
SAMLProtocolContext.getStatements()
Get the statements as a read-only list
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLProtocolContext.setStatements(List<StatementAbstractType> statements)
Add a list of statements
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
SAMLAssertionWriter.write(StatementAbstractType statement)
Write an
StatementAbstractType to stream |
Modifier and Type | Class and Description |
---|---|
class |
AttributeStatementType
Java class for AttributeStatementType complex type.
|
class |
AuthnStatementType
Java class for AuthnStatementType complex type.
|
class |
AuthzDecisionStatementType
Java class for AuthzDecisionStatementType complex type.
|
Modifier and Type | Method and Description |
---|---|
Set<StatementAbstractType> |
AssertionType.getStatements()
Get a read only set of statements
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.addStatement(StatementAbstractType statement)
Add a statement
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.addStatements(Collection<StatementAbstractType> statement)
Add a collection of statements
|
void |
AssertionType.addStatements(Set<StatementAbstractType> statement)
Add a set of statements
|
Modifier and Type | Class and Description |
---|---|
class |
XACMLAuthzDecisionStatementType
Java class for XACMLAuthzDecisionStatementType complex type.
|
class |
XACMLPolicyStatementType
Java class for XACMLPolicyStatementType complex type.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.