org.opencrx.security.identity1.cci2
Interface Subject.Identity

All Superinterfaces:
org.oasisopen.cci2.Identity, Serializable
All Known Implementing Classes:
Subject.Identity
Enclosing interface:
Subject

public static interface Subject.Identity
extends org.oasisopen.cci2.Identity

Object Identity


Method Summary
 String getName()
          The name value
 org.openmdx.base.cci2.Segment.Identity getSegment()
          Retrieve the Segment's identity
 boolean isNamePersistent()
          Tells whether the name value is persistent.
 

Method Detail

getSegment

org.openmdx.base.cci2.Segment.Identity getSegment()
Retrieve the Segment's identity

Returns:
the parent object's identity

isNamePersistent

boolean isNamePersistent()
Tells whether the name value is persistent.

Returns:
true if the name value is persistent.

getName

String getName()
The name value

Returns:
the name value


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.