org.opencrx.security.realm1.cci2
Interface PrincipalGroup

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, org.openmdx.security.realm1.cci2.Group, Modifiable, org.openmdx.security.realm1.cci2.Principal, PrincipalGroup
All Known Subinterfaces:
PrincipalGroup

public interface PrincipalGroup
extends PrincipalGroup, org.openmdx.security.realm1.cci2.Group

Class PrincipalGroup


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Principal
org.openmdx.security.realm1.cci2.Principal.Identity
 
Method Summary
<T extends org.openmdx.security.realm1.cci2.Role>
List<T>
getGrantedRole()
          Retrieves the Collection of objects referenced by grantedRole.
 Boolean isFinal()
          Retrieves the possibly null value for the optional attribute isFinal.
 void setFinal(Boolean isFinal)
          Sets a new value for the attribute isFinal.
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Group
getMember
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Principal
getAuthCredential, getCredential, getDescription, getIsMemberOf, getName, getRealm, getSubject, isDisabled, setCredential, setDescription, setDisabled, setName, setSubject
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getGrantedRole

<T extends org.openmdx.security.realm1.cci2.Role> List<T> getGrantedRole()
Retrieves the Collection of objects referenced by grantedRole.

Returns:
The Collection of referenced objects.

isFinal

Boolean isFinal()
Retrieves the possibly null value for the optional attribute isFinal.

Returns:
The possibly null value for attribute isFinal.

setFinal

void setFinal(Boolean isFinal)
Sets a new value for the attribute isFinal.

Parameters:
isFinal - The possibly null new value for attribute isFinal.


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