org.exoplatform.services.security.sso.spnego.message
Class NegResult
java.lang.Object
org.exoplatform.services.security.sso.spnego.message.AbstractMessagePart
org.exoplatform.services.security.sso.spnego.message.NegResult
- All Implemented Interfaces:
- MessagePart
public class NegResult
- extends AbstractMessagePart
- Author:
- Martin Algesten
|
Constructor Summary |
NegResult()
Constructs new instance of NegResult. |
NegResult(int result)
Constructs new instance of NegResult with specified result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEPT_COMPLETED
public static final int ACCEPT_COMPLETED
- See Also:
- Constant Field Values
ACCEPT_INCOMPLETE
public static final int ACCEPT_INCOMPLETE
- See Also:
- Constant Field Values
REJECTED
public static final int REJECTED
- See Also:
- Constant Field Values
NegResult
public NegResult()
- Constructs new instance of NegResult.
NegResult
public NegResult(int result)
- Constructs new instance of NegResult with specified result.
- Parameters:
result - the result.
getDerType
public int getDerType()
-
toDer
public int[] toDer()
-
parse
public void parse(ParseState state)
-
getResult
public int getResult()
- Returns:
- result.
setResult
public void setResult(int result)
- Parameters:
result - the result.
Copyright © 2009 eXo Platform SAS. All Rights Reserved.