public class SAMLBearerTokenUtil extends Object
| Constructor and Description |
|---|
SAMLBearerTokenUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createSAMLAssertion(String issuerName,
String forService)
Creates a SAML Assertion that can be used as a bearer token when invoking REST
services.
|
public static String createSAMLAssertion(String issuerName, String forService)
SAMLBearerTokenLoginModule.issuerName - the issuer name (typically the context of the calling web app)forService - the web context of the REST service being invokedCopyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.