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

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

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

Methods in org.jboss.seam.security.examples.idmconsole.model that return IdentityObjectRelationshipType
 IdentityObjectRelationshipType IdentityObjectRelationship.getRelationshipType()
           
 IdentityObjectRelationshipType IdentityPermission.getRelationshipType()
          If this permission is granted to a group of identities, then this property may be used to indicate the relationship type of the group membership.
 

Methods in org.jboss.seam.security.examples.idmconsole.model with parameters of type IdentityObjectRelationshipType
 void IdentityObjectRelationship.setRelationshipType(IdentityObjectRelationshipType relationshipType)
           
 void IdentityPermission.setRelationshipType(IdentityObjectRelationshipType relationshipType)
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.