Skip navigation links


oracle.iam.identity.rolemgmt.vo
Class RoleGrant

java.lang.Object
  extended by oracle.iam.identity.vo.RelationshipImpl
      extended by oracle.iam.identity.rolemgmt.vo.RoleGrant

All Implemented Interfaces:
java.io.Serializable, Relationship

public class RoleGrant
extends RelationshipImpl
See Also:
Serialized Form

Constructor Summary
RoleGrant(java.lang.String roleKey, java.lang.String userKey)
           
RoleGrant(java.lang.String roleKey, java.lang.String userKey, java.util.Map attrs)
           

 

Method Summary
 Role getRole()
           
 User getUser()
           

 

Methods inherited from class oracle.iam.identity.vo.RelationshipImpl
getAttribute, getAttributeNames, getAttributes, getID1, getId1Entity, getID2, getId2Entity, setAttribute, setId1Entity, setId2Entity, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RoleGrant

public RoleGrant(java.lang.String roleKey,
                 java.lang.String userKey)

RoleGrant

public RoleGrant(java.lang.String roleKey,
                 java.lang.String userKey,
                 java.util.Map attrs)

Method Detail

getRole

public Role getRole()

getUser

public User getUser()

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.