Package org.openiam.idm.srvc.mngsys.dto
Class ManagedSystemObjectMatch
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.idm.srvc.mngsys.dto.ManagedSystemObjectMatch
-
- All Implemented Interfaces:
Serializable,BaseIdentity
public class ManagedSystemObjectMatch extends KeyDTO
Domain object which defines how specific objects with in a managed system are to be located. For example, in a directory we can use either a BaseDN or a search filter. Note that the search filters can contain parameters to increase their flexibility.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringGROUPstatic StringUSER-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description ManagedSystemObjectMatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSearchFilterUnescapeXml()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Field Detail
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
GROUP
public static final String GROUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSearchFilterUnescapeXml
public String getSearchFilterUnescapeXml()
-
-