Uses of Class
org.jboss.seam.security.examples.idmconsole.model.IdentityObject

Packages that use IdentityObject
org.jboss.seam.security.examples.idmconsole.model   
 

Uses of IdentityObject in org.jboss.seam.security.examples.idmconsole.model
 

Methods in org.jboss.seam.security.examples.idmconsole.model that return IdentityObject
 IdentityObject IdentityObjectRelationship.getFrom()
           
 IdentityObject IdentityObjectCredential.getIdentityObject()
           
 IdentityObject IdentityPermission.getIdentityObject()
          Either the specific identity object for which this permission is granted, or in the case of a permission granted against a group, this property then represents the "to" side of the group relationship.
 IdentityObject IdentityObjectRelationship.getTo()
           
 

Methods in org.jboss.seam.security.examples.idmconsole.model with parameters of type IdentityObject
 void IdentityObjectRelationship.setFrom(IdentityObject from)
           
 void IdentityObjectCredential.setIdentityObject(IdentityObject identityObject)
           
 void IdentityPermission.setIdentityObject(IdentityObject identityObject)
           
 void IdentityObjectRelationship.setTo(IdentityObject to)
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.