Class IDGenerator
java.lang.Object
org.keycloak.saml.processing.core.saml.v2.common.IDGenerator
Utility class that generates unique IDs
- Since:
- Jan 5, 2009
- Author:
- Anil.Saldhana@redhat.com
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IDGenerator
public IDGenerator()
-
-
Method Details
-
create
-
create
Create an id that is prefixed by a string- Parameters:
prefix
-- Returns:
- an id
- Throws:
IllegalArgumentException
- when prefix is null
-