com.filenet.api.security
Interface SecurityPrincipal
-
- All Superinterfaces:
- EngineObject, IndependentObject, java.io.Serializable
public interface SecurityPrincipal extends IndependentObject
Provides the base class for security principals (GroupandUserobjects).Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Realmget_Realm()Returns the value of the Realm property.-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Realm
Realm get_Realm()
Returns the value of the Realm property. For more information, see Realm Property.
-
-