Package | Description |
---|---|
org.picketlink.identity.federation.core.saml.v2.impl | |
org.picketlink.identity.federation.core.saml.v2.interfaces |
Modifier and Type | Method and Description |
---|---|
SAML2HandlerRequest.GENERATE_REQUEST_TYPE |
DefaultSAML2HandlerRequest.getTypeOfRequestToBeGenerated() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSAML2HandlerRequest.setTypeOfRequestToBeGenerated(SAML2HandlerRequest.GENERATE_REQUEST_TYPE grt)
Set the type of saml2 request that need to be generated by the handler
|
Modifier and Type | Method and Description |
---|---|
SAML2HandlerRequest.GENERATE_REQUEST_TYPE |
SAML2HandlerRequest.getTypeOfRequestToBeGenerated()
Return the type of SAML request that needs to be generated at the handler
|
static SAML2HandlerRequest.GENERATE_REQUEST_TYPE |
SAML2HandlerRequest.GENERATE_REQUEST_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAML2HandlerRequest.GENERATE_REQUEST_TYPE[] |
SAML2HandlerRequest.GENERATE_REQUEST_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SAML2HandlerRequest.setTypeOfRequestToBeGenerated(SAML2HandlerRequest.GENERATE_REQUEST_TYPE grt)
set the type of SAML request that needs to be generated at the handler
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.