public interface SAMLAssertionFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept()
Returns true if the instance of the assertion factory should be used in the
current environment.
|
String |
createSAMLAssertion(String issuerName,
String forService,
int timeValidInMillis)
Creates a SAML Assertion that can be used as a bearer token when invoking
REST services.
|
boolean accept()
String createSAMLAssertion(String issuerName, String forService, int timeValidInMillis)
issuerName - forService - Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.