Package net.shibboleth.idp.cas.ticket
Class TicketIdentifierGenerationStrategyTest
java.lang.Object
net.shibboleth.idp.cas.ticket.TicketIdentifierGenerationStrategyTest
Unit test for
TicketIdentifierGenerationStrategy.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[][]Object[][]voidvoidtestGenerate(net.shibboleth.idp.cas.ticket.TicketIdentifierGenerationStrategy generator, String expectedPrefix, int expectedRandomLength, String expectedSuffix) voidtestUrlSafety(String prefix, String suffix)
-
Field Details
-
TICKET_REGEX
-
-
Constructor Details
-
TicketIdentifierGenerationStrategyTest
public TicketIdentifierGenerationStrategyTest()
-
-
Method Details
-
provideGenerators
-
provideBadPrefixSuffix
-
testGenerate
public void testGenerate(net.shibboleth.idp.cas.ticket.TicketIdentifierGenerationStrategy generator, String expectedPrefix, int expectedRandomLength, String expectedSuffix) throws Exception - Throws:
Exception
-
testUrlSafety
-
testConcurrentGeneration
- Throws:
Exception
-