- All Implemented Interfaces:
- Serializable
@Name(value="org.jboss.seam.security.identifierPolicy")
@Scope(value=APPLICATION)
@BypassInterceptors
@Install(precedence=0)
public class IdentifierPolicy
extends Object
implements Serializable
A policy for the generation of object "identifiers" - unique Strings that identify a specific
instance of an object. A policy can consist of numerous identifier strategies, each with the
ability to generate identifiers for specific classes of objects.
- Author:
- Shane Bryzak
- See Also:
- Serialized Form