|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.util.SamlCompliantUniqueTicketIdGenerator
public final class SamlCompliantUniqueTicketIdGenerator
Unique Ticket Id Generator compliant with the SAML 1.1 specification for artifacts. This should also be compliant with the SAML 2 specification.
Default to SAML 1.1 Compliance.
| Constructor Summary | |
|---|---|
SamlCompliantUniqueTicketIdGenerator(java.lang.String sourceId)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNewTicketId(java.lang.String prefix)
We ignore prefixes for SAML compliance. |
void |
setSaml2compliant(boolean saml2compliant)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SamlCompliantUniqueTicketIdGenerator(java.lang.String sourceId)
| Method Detail |
|---|
public java.lang.String getNewTicketId(java.lang.String prefix)
getNewTicketId in interface UniqueTicketIdGeneratorprefix - The prefix we want attached to the ticket.
public void setSaml2compliant(boolean saml2compliant)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||