org.jboss.seam.security.management
Class IdentityObjectImpl
java.lang.Object
org.jboss.seam.security.management.IdentityObjectImpl
- All Implemented Interfaces:
- Serializable, org.picketlink.idm.spi.model.IdentityObject
public class IdentityObjectImpl
- extends Object
- implements org.picketlink.idm.spi.model.IdentityObject, Serializable
Based implementation of IdentityObject
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
IdentityObjectImpl
public IdentityObjectImpl(String id,
String name,
org.picketlink.idm.spi.model.IdentityObjectType type)
getId
public String getId()
- Specified by:
getId in interface org.picketlink.idm.spi.model.IdentityObject
getIdentityType
public org.picketlink.idm.spi.model.IdentityObjectType getIdentityType()
- Specified by:
getIdentityType in interface org.picketlink.idm.spi.model.IdentityObject
getName
public String getName()
- Specified by:
getName in interface org.picketlink.idm.spi.model.IdentityObject
validatePolicy
public void validatePolicy()
throws org.picketlink.idm.common.exception.PolicyValidationException
- Specified by:
validatePolicy in interface org.picketlink.idm.spi.model.IdentityObject
- Throws:
org.picketlink.idm.common.exception.PolicyValidationException
equals
public boolean equals(Object value)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2011 Seam Framework. All Rights Reserved.