Package | Description |
---|---|
org.picketlink.identity.federation.core.saml.v1 | |
org.picketlink.identity.federation.saml.v1.assertion |
Modifier and Type | Field and Description |
---|---|
protected List<SAML11StatementAbstractType> |
SAML11ProtocolContext.statements |
Modifier and Type | Method and Description |
---|---|
List<SAML11StatementAbstractType> |
SAML11ProtocolContext.getStatements()
Get the statements as a read-only list
|
Modifier and Type | Method and Description |
---|---|
void |
SAML11ProtocolContext.setStatements(List<SAML11StatementAbstractType> statements)
Add a list of statements
|
Modifier and Type | Class and Description |
---|---|
class |
SAML11AttributeStatementType
|
class |
SAML11AuthenticationStatementType
|
class |
SAML11AuthorizationDecisionStatementType
|
class |
SAML11StatementType |
class |
SAML11SubjectStatementType
|
Modifier and Type | Field and Description |
---|---|
protected List<SAML11StatementAbstractType> |
SAML11AssertionType.statements |
Modifier and Type | Method and Description |
---|---|
List<SAML11StatementAbstractType> |
SAML11AssertionType.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
SAML11AssertionType.add(SAML11StatementAbstractType statement) |
boolean |
SAML11AssertionType.remove(SAML11StatementAbstractType statement) |
Modifier and Type | Method and Description |
---|---|
void |
SAML11AssertionType.addAllStatements(List<SAML11StatementAbstractType> statement) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.