public class ByteStringUtility extends Object
Constructor and Description |
---|
ByteStringUtility() |
Modifier and Type | Method and Description |
---|---|
static Object |
convertByteString(org.forgerock.opendj.ldap.ByteString bs)
Returns a DsmlValue (Object) from an LDAP ByteString.
|
static org.forgerock.opendj.ldap.ByteString |
convertValue(Object obj)
Returns a ByteString from a DsmlValue Object.
|
public ByteStringUtility()
public static org.forgerock.opendj.ldap.ByteString convertValue(Object obj) throws IOException
obj
- the DsmlValue object.IOException
- if any problems occurred retrieving an anyURI value.public static Object convertByteString(org.forgerock.opendj.ldap.ByteString bs)
bs
- the ByteString returned from LDAP.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.