|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttigase.auth.SaslAnonymous
public class SaslAnonymous
Describe class SaslAnonymous here. Created: Mon Nov 6 09:02:31 2006
Constructor Summary | |
---|---|
|
SaslAnonymous()
Creates a new SaslAnonymous instance. |
protected |
SaslAnonymous(Map<? super String,?> props,
CallbackHandler callbackHandler)
|
Method Summary | |
---|---|
void |
dispose()
Describe dispose method here. |
byte[] |
evaluateResponse(byte[] byteArray)
Describe evaluateResponse method here. |
String |
getAuthorizationID()
Describe getAuthorizationID method here. |
String |
getMechanismName()
Describe getMechanismName method here. |
Object |
getNegotiatedProperty(String string)
Describe getNegotiatedProperty method here. |
boolean |
isComplete()
Describe isComplete method here. |
byte[] |
unwrap(byte[] byteArray,
int n,
int n1)
Describe unwrap method here. |
byte[] |
wrap(byte[] byteArray,
int n,
int n1)
Describe wrap method here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaslAnonymous()
SaslAnonymous
instance.
protected SaslAnonymous(Map<? super String,?> props, CallbackHandler callbackHandler)
Method Detail |
---|
public byte[] unwrap(byte[] byteArray, int n, int n1) throws SaslException
unwrap
method here.
unwrap
in interface SaslServer
byteArray
- a byte[]
valuen
- an int
valuen1
- an int
value
byte[]
value
SaslException
- if an error occurspublic byte[] evaluateResponse(byte[] byteArray) throws SaslException
evaluateResponse
method here.
evaluateResponse
in interface SaslServer
byteArray
- a byte[]
value
byte[]
value
SaslException
- if an error occurspublic String getAuthorizationID()
getAuthorizationID
method here.
getAuthorizationID
in interface SaslServer
String
valuepublic String getMechanismName()
getMechanismName
method here.
getMechanismName
in interface SaslServer
String
valuepublic Object getNegotiatedProperty(String string)
getNegotiatedProperty
method here.
getNegotiatedProperty
in interface SaslServer
string
- a String
value
Object
valuepublic boolean isComplete()
isComplete
method here.
isComplete
in interface SaslServer
boolean
valuepublic byte[] wrap(byte[] byteArray, int n, int n1) throws SaslException
wrap
method here.
wrap
in interface SaslServer
byteArray
- a byte[]
valuen
- an int
valuen1
- an int
value
byte[]
value
SaslException
- if an error occurspublic void dispose() throws SaslException
dispose
method here.
dispose
in interface SaslServer
SaslException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |