PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use AuthnStatementType
org.picketlink.identity.federation.api.saml.v2.response   
org.picketlink.identity.federation.core.parsers.util   
org.picketlink.identity.federation.core.saml.v2.util   
org.picketlink.identity.federation.core.saml.v2.writers   
 

Uses of AuthnStatementType in org.picketlink.identity.federation.api.saml.v2.response
 

Methods in org.picketlink.identity.federation.api.saml.v2.response that return AuthnStatementType
 AuthnStatementType SAML2Response.createAuthnStatement(String authnContextDeclRef, XMLGregorianCalendar issueInstant)
          Create an AuthnStatement
 

Uses of AuthnStatementType in org.picketlink.identity.federation.core.parsers.util
 

Methods in org.picketlink.identity.federation.core.parsers.util that return AuthnStatementType
static AuthnStatementType SAMLParserUtil.parseAuthnStatement(XMLEventReader xmlEventReader)
          Parse the AuthnStatement inside the assertion
 

Uses of AuthnStatementType in org.picketlink.identity.federation.core.saml.v2.util
 

Methods in org.picketlink.identity.federation.core.saml.v2.util that return AuthnStatementType
static AuthnStatementType StatementUtil.createAuthnStatement(XMLGregorianCalendar instant, String authnContextClassRefValue)
          Create an AuthnStatementType given the issue instant and the type of authentication
 

Uses of AuthnStatementType in org.picketlink.identity.federation.core.saml.v2.writers
 

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


PicketLink Federation Core 2.1.6.Final-redhat-2

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