Package org.teiid.spring.identity
Class SimplePrincipal
- java.lang.Object
-
- org.teiid.spring.identity.SimplePrincipal
-
- All Implemented Interfaces:
Serializable
,Principal
- Direct Known Subclasses:
SimpleGroup
public class SimplePrincipal extends Object implements Principal, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimplePrincipal(String name)
Creates a new principal with the given name.
-