public interface PersistentIdGenerator
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generate(Principal principal,
Service service)
Generates a PersistentId based on some algorithm plus the principal.
|