|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SAML11AssertionType in org.picketlink.identity.federation.core.parsers.saml |
---|
Methods in org.picketlink.identity.federation.core.parsers.saml that return SAML11AssertionType | |
---|---|
SAML11AssertionType |
SAML11AssertionParser.fromElement(Element element)
|
Uses of SAML11AssertionType in org.picketlink.identity.federation.core.saml.v1 |
---|
Fields in org.picketlink.identity.federation.core.saml.v1 declared as SAML11AssertionType | |
---|---|
protected SAML11AssertionType |
SAML11ProtocolContext.issuedAssertion
|
Methods in org.picketlink.identity.federation.core.saml.v1 that return SAML11AssertionType | |
---|---|
SAML11AssertionType |
SAML11ProtocolContext.getIssuedAssertion()
Get the previously issued assertion by the STS |
Methods in org.picketlink.identity.federation.core.saml.v1 with parameters of type SAML11AssertionType | |
---|---|
void |
SAML11ProtocolContext.setIssuedAssertion(SAML11AssertionType issuedAssertion)
Set the assertion issued by the STS |
Uses of SAML11AssertionType in org.picketlink.identity.federation.core.saml.v1.writers |
---|
Methods in org.picketlink.identity.federation.core.saml.v1.writers with parameters of type SAML11AssertionType | |
---|---|
void |
SAML11AssertionWriter.write(SAML11AssertionType assertion)
Write an SAML11AssertionType to stream |
Uses of SAML11AssertionType in org.picketlink.identity.federation.core.saml.v2.util |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.util that return SAML11AssertionType | |
---|---|
static SAML11AssertionType |
AssertionUtil.createSAML11Assertion(String id,
XMLGregorianCalendar issueInstant,
String issuer)
Create an assertion |
Methods in org.picketlink.identity.federation.core.saml.v2.util with parameters of type SAML11AssertionType | |
---|---|
static void |
AssertionUtil.createSAML11TimedConditions(SAML11AssertionType assertion,
long durationInMilis,
long clockSkew)
Add validity conditions to the SAML2 Assertion |
static List<String> |
AssertionUtil.getRoles(SAML11AssertionType assertion,
List<String> roleKeys)
Given an assertion, return the list of roles it may have |
static boolean |
AssertionUtil.hasExpired(SAML11AssertionType assertion)
Check whether the assertion has expired |
static boolean |
AssertionUtil.hasExpired(SAML11AssertionType assertion,
long clockSkewInMilis)
Verify whether the assertion has expired. |
Uses of SAML11AssertionType in org.picketlink.identity.federation.core.wstrust.plugins.saml |
---|
Methods in org.picketlink.identity.federation.core.wstrust.plugins.saml that return SAML11AssertionType | |
---|---|
static SAML11AssertionType |
SAMLUtil.saml11FromElement(Element assertionElement)
Given a Element that represents a SAML 1.1 assertion, convert it into a SAML11AssertionType |
Methods in org.picketlink.identity.federation.core.wstrust.plugins.saml with parameters of type SAML11AssertionType | |
---|---|
static Element |
SAMLUtil.toElement(SAML11AssertionType assertion)
Utility method that marshals the specified AssertionType object into an Element instance. |
Uses of SAML11AssertionType in org.picketlink.identity.federation.saml.v1.assertion |
---|
Fields in org.picketlink.identity.federation.saml.v1.assertion with type parameters of type SAML11AssertionType | |
---|---|
protected List<SAML11AssertionType> |
SAML11EvidenceType.assertions
|
Methods in org.picketlink.identity.federation.saml.v1.assertion that return types with arguments of type SAML11AssertionType | |
---|---|
List<SAML11AssertionType> |
SAML11EvidenceType.getAssertions()
|
Methods in org.picketlink.identity.federation.saml.v1.assertion with parameters of type SAML11AssertionType | |
---|---|
void |
SAML11EvidenceType.add(SAML11AssertionType condition)
|
boolean |
SAML11EvidenceType.remove(SAML11AssertionType assertion)
|
Method parameters in org.picketlink.identity.federation.saml.v1.assertion with type arguments of type SAML11AssertionType | |
---|---|
void |
SAML11EvidenceType.addAllAssertionType(List<SAML11AssertionType> theassertions)
|
Uses of SAML11AssertionType in org.picketlink.identity.federation.saml.v1.protocol |
---|
Fields in org.picketlink.identity.federation.saml.v1.protocol with type parameters of type SAML11AssertionType | |
---|---|
protected List<SAML11AssertionType> |
SAML11ResponseType.assertions
|
Methods in org.picketlink.identity.federation.saml.v1.protocol that return types with arguments of type SAML11AssertionType | |
---|---|
List<SAML11AssertionType> |
SAML11ResponseType.get()
|
Methods in org.picketlink.identity.federation.saml.v1.protocol with parameters of type SAML11AssertionType | |
---|---|
void |
SAML11ResponseType.add(SAML11AssertionType assertion)
|
boolean |
SAML11ResponseType.remove(SAML11AssertionType assertion)
|
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |