org.picketlink.identity.federation.bindings.tomcat.sp
public class SPUtil extends Object
Constructor and Description |
---|
SPUtil() |
Modifier and Type | Method and Description |
---|---|
Principal |
createGenericPrincipal(org.apache.catalina.connector.Request request,
String username,
List<String> roles)
Create an instance of the
GenericPrincipal |
org.picketlink.identity.federation.saml.v2.protocol.AuthnRequestType |
createSAMLRequest(String serviceURL,
String identityURL)
Create a SAML2 auth request
|
public org.picketlink.identity.federation.saml.v2.protocol.AuthnRequestType createSAMLRequest(String serviceURL, String identityURL) throws org.picketlink.common.exceptions.ConfigurationException
serviceURL
- URL of the serviceidentityURL
- URL of the identity providerorg.picketlink.common.exceptions.ConfigurationException
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.