Skip navigation links


com.bea.portal.tools.security.role.visitor
Class VisitorRoleIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<VisitorRoleID>
          extended by com.bea.portal.tools.security.role.visitor.VisitorRoleIDBuilder

All Implemented Interfaces
Serializable, Cloneable

public final class VisitorRoleIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<VisitorRoleID>

Builds and parses VisitorRoleID instances.

See Also
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
ResourceIDBuilder.ParseContext

 

Field Summary

 

Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
tags

 

Constructor Summary
VisitorRoleIDBuilder()
          Constructor.

 

Method Summary
 VisitorRoleID createResourceID()
          Create the VisitorRoleID.
 String getRoleName()
          Get the name of the delegated administration role.
 String getTitle()
          Get the title of the delegated administration role.
 String getWebApplicationName()
          Get the name the web application that the visitor role is associated with.
 VisitorRoleIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 VisitorRoleIDBuilder setRoleName(String name)
          Change the name of the delegated administration role.
 VisitorRoleIDBuilder setTitle(String title)
          Change the title of the delegated administration role.
 VisitorRoleIDBuilder setWebApplicationName(String name)
          Change the name the web application that the visitor role is associated with.

 

Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue

 

Methods inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
createParseContext, getExpectedResourceType, getResourceType, getResourceURN, parseResourceTypeNamespaceURI, parseResourceURN, resolveResourceType, setExpectedResourceType, setResourceType, setResourceURN, toString

 

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

 

Constructor Detail

VisitorRoleIDBuilder

public VisitorRoleIDBuilder()
Constructor.

Method Detail

parseResourceURN

public VisitorRoleIDBuilder parseResourceURN(String resourceURN)
Parse the given URN.
Overrides:
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<VisitorRoleID>
Parameters
resourceURN - the URN of the referrent resource
Returns
this TaggedResourceIDBuilder

getWebApplicationName

public String getWebApplicationName()
Get the name the web application that the visitor role is associated with.
Returns
the name of the visitor role

setWebApplicationName

public VisitorRoleIDBuilder setWebApplicationName(String name)
Change the name the web application that the visitor role is associated with.
Parameters
name - the name of the web application that the visitor role is associated with
Returns
this VisitorRoleIDBuilder

getRoleName

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

setRoleName

public VisitorRoleIDBuilder setRoleName(String name)
Change the name of the delegated administration role.
Parameters
name - the name of the delegated administration role
Returns
this VisitorRoleIDBuilder

getTitle

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

setTitle

public VisitorRoleIDBuilder setTitle(String title)
Change the title of the delegated administration role.
Parameters
title - the title of the delegated administration role
Returns
this VisitorRoleIDBuilder

createResourceID

public VisitorRoleID createResourceID()
Create the VisitorRoleID.
Overrides:
createResourceID in class ResourceIDBuilder<VisitorRoleID>
Returns
the VisitorRoleID

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.