Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

oracle.portal.provider.v2
Class PortalRealm

java.lang.Object
  extended by oracle.webdb.provider.v2.utils.BasePortalRealm
      extended by oracle.portal.provider.v2.PortalRealm

public class PortalRealm
extends oracle.webdb.provider.v2.utils.BasePortalRealm

Represents the realm of a user for a hosted portal.

When a provider is registered, the registration may be within a virtual portal operated by a hosting service. Organizations that subscribe to a hosted portal are known as subscribers and each subscriber has it's own user realm to hold the user community.


Constructor Summary
PortalRealm(java.lang.String name)
          constructor
 
Method Summary
 java.lang.String getName()
          Gets the name of the realm for a user.
 void setName(java.lang.String name)
          sets the name of the Realm
 
Methods inherited from class oracle.webdb.provider.v2.utils.BasePortalRealm
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalRealm

public PortalRealm(java.lang.String name)
constructor

Method Detail

getName

public java.lang.String getName()
Gets the name of the realm for a user. Usually this is the name of a company or organization.

Specified by:
getName in class oracle.webdb.provider.v2.utils.BasePortalRealm
Returns:
name of the realm

setName

public void setName(java.lang.String name)
sets the name of the Realm


Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.