org.openmdx.security.realm1.jdo2
Class Role.Identity
java.lang.Object
org.oasisopen.jdo2.AbstractIdentity
org.openmdx.security.realm1.jdo2.Role.Identity
- All Implemented Interfaces:
- Serializable, org.oasisopen.cci2.Identity, org.oasisopen.cci2.PersistentIdentity, Role.Identity
- Enclosing class:
- Role
public static class Role.Identity
- extends org.oasisopen.jdo2.AbstractIdentity
- implements Role.Identity
The object's application identity
- See Also:
- Serialized Form
|
Constructor Summary |
Role.Identity(org.oasisopen.cci2.PersistentIdentity policy,
boolean nameIsPersistent,
String name)
|
Role.Identity(org.oasisopen.cci2.PersistentIdentity policy,
boolean nameIsPersistent,
String name,
List<String> objectClass)
|
| Methods inherited from class org.oasisopen.jdo2.AbstractIdentity |
equals, hashCode, persistentQualifier, qualifier, toString, toXRI, toXRI |
| Methods inherited from interface org.oasisopen.cci2.Identity |
toXRI |
Role.Identity
public Role.Identity(org.oasisopen.cci2.PersistentIdentity policy,
boolean nameIsPersistent,
String name)
Role.Identity
public Role.Identity(org.oasisopen.cci2.PersistentIdentity policy,
boolean nameIsPersistent,
String name,
List<String> objectClass)
referenceName
protected String referenceName()
- Specified by:
referenceName in class org.oasisopen.jdo2.AbstractIdentity
parent
public org.oasisopen.cci2.PersistentIdentity parent()
- Retrieve the
Policy's identity
- Specified by:
parent in interface org.oasisopen.cci2.PersistentIdentity
- Returns:
- the parent object's identity
isNamePersistent
public boolean isNamePersistent()
- Tells whether the
name value is persistent.
- Specified by:
isNamePersistent in interface Role.Identity
- Returns:
true if the name value is persistent.
getName
public String getName()
- The
name value
- Specified by:
getName in interface Role.Identity
- Returns:
- the
name value
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.