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.SerializableThis class represents a Process Engine security domain.- See Also:
- Serialized Form
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDomainName()Returns the domain name in DN format.booleanisNameCaseSensitive()Indicates if the names in this domain are case sensitive.java.lang.StringtoString()Returns the domain name, formatted to be display-friendly.
-
-
-
Method Detail
-
getDomainName
public java.lang.String getDomainName()
Returns the domain name in DN format.
Examplecn=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:
trueif 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:
toStringin classjava.lang.Object- Returns:
- A display-friendly, formatted version of the domain name
- Since:
- P8 3.0
-
-