filenet.vw.api

Class VWSecurityDomain

  • java.lang.Object
    • 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

      Methods 
      Modifier and Type Method and Description
      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

      • 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

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