public class ResultCodeFactory extends Object
Constructor and Description |
---|
ResultCodeFactory() |
Modifier and Type | Method and Description |
---|---|
static ResultCode |
create(ObjectFactory objFactory,
int resultCode)
Create a ResultCode object that contains the resultCode, and, if valid,
a text description (from RFC 2251) of the resultCode.
|
public ResultCodeFactory()
public static ResultCode create(ObjectFactory objFactory, int resultCode)
objFactory
- The JAXB factory used to create the underlying object.resultCode
- The LDAP result code.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.