Process API

filenet.vw.api
Class VWSecurityDomain

java.lang.Object
  extended by filenet.vw.api.VWSecurityDomain
All Implemented Interfaces:
java.io.Serializable

public final class VWSecurityDomain
extends java.lang.Object
implements java.io.Serializable

This class represents a Process Engine security domain.

See Also:
Serialized Form

Method Summary
static java.lang.String _get_FILE_AUTHOR()
          For FileNet internal use only, do not call.
static java.lang.String _get_FILE_DATE()
          For FileNet internal use only, do not call.
static java.lang.String _get_FILE_REVISION()
          For FileNet internal use only, do not call.
 java.lang.String getDomainName()
          Returns the domain name in DN format.
 boolean isNameCaseSensitive()
          Indicates if the names in this domain are case sensitive.
 java.lang.String toString()
          Returns the domain name, formatted to be display-friendly.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

_get_FILE_DATE

public static java.lang.String _get_FILE_DATE()
For FileNet internal use only, do not call.

Returns:
the file date

_get_FILE_AUTHOR

public static java.lang.String _get_FILE_AUTHOR()
For FileNet internal use only, do not call.

Returns:
the file date

_get_FILE_REVISION

public static java.lang.String _get_FILE_REVISION()
For FileNet internal use only, do not call.

Returns:
the file date

getDomainName

public java.lang.String getDomainName()
Returns the domain name in DN format.
Example
     cn=users,dc=devdomain,dc=eng,dc=filenet,dc=com
 

Returns:
The domain name
Since:
P8 3.0

isNameCaseSensitive

public boolean isNameCaseSensitive()
Indicates if the names in this domain are case sensitive.

Returns:
true if the names in this domain are case sensitive
Since:
P8 3.0

toString

public java.lang.String toString()
Returns the domain name, formatted to be display-friendly.
Example
     users.devdomain.eng.filenet.com 

Overrides:
toString in class java.lang.Object
Returns:
A display-friendly, formatted version of the domain name
Since:
P8 3.0

Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.