com.bea.portal.tools.security.role.da
Class DARoleID

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceID
      extended by com.bea.portal.tools.resource.framework.TaggedResourceID
          extended by com.bea.portal.tools.security.role.da.DARoleID
All Implemented Interfaces
Serializable

public final class DARoleID
extends com.bea.portal.tools.resource.framework.TaggedResourceID

Identifies a delegated administration role.

See Also
Serialized Form

Constructor Summary
DARoleID(String resourceURN)
          Constructor.
 
Method Summary
 DARoleID getParentDARoleID()
          Get the parent DARoleID.
protected  DARoleIDBuilder getResourceIDBuilder()
          Get the DARoleID.
 String getRoleName()
          Get the name of the delegated administration role.
 String getTitle()
          Get the title of the delegated administration role.
protected  void setResourcePathTags(boolean canonicalResourceURN, com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
           
 
Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceID
appendResourcePath, getTag, getTags, getTagValue
 
Methods inherited from class com.bea.portal.tools.resource.ResourceID
appendResourceTypeNamespaceURI, computeResourceURN, computeResourceURN, equals, getCanonicalResourceURN, getResourceEnvironment, getResourceType, getResourceURN, hashCode, narrow, setCanonicalResourceURN, setResourceURN, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DARoleID

public DARoleID(String resourceURN)
Constructor.

Parameters
resourceURN - the URN of the referrent resource
Method Detail

getResourceIDBuilder

protected DARoleIDBuilder getResourceIDBuilder()
Get the DARoleID.

Overrides:
getResourceIDBuilder in class com.bea.portal.tools.resource.framework.TaggedResourceID
Returns
the the DARoleID

setResourcePathTags

protected void setResourcePathTags(boolean canonicalResourceURN,
                                   com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
Overrides:
setResourcePathTags in class com.bea.portal.tools.resource.framework.TaggedResourceID

getRoleName

public String getRoleName()
Get the name of the delegated administration role.

Returns
the name of the delegated administration role

getParentDARoleID

public DARoleID getParentDARoleID()
Get the parent DARoleID.

Returns
the parent DARoleID

getTitle

public String getTitle()
Get the title of the delegated administration role.

Returns
the title of the delegated administration role


Copyright © 2011, Oracle. All rights reserved.