Class LdapControl
- java.lang.Object
-
- io.mosip.kernel.auth.defaultimpl.dto.LdapControl
-
- All Implemented Interfaces:
Serializable,Control
public class LdapControl extends Object implements Control
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface javax.naming.ldap.Control
CRITICAL, NONCRITICAL
-
-
Constructor Summary
Constructors Constructor Description LdapControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Control[]getControls()byte[]getEncodedValue()StringgetID()booleanisCritical()
-
-
-
Method Detail
-
getEncodedValue
public byte[] getEncodedValue()
- Specified by:
getEncodedValuein interfaceControl
-
isCritical
public boolean isCritical()
- Specified by:
isCriticalin interfaceControl
-
getControls
public Control[] getControls()
-
-