KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > sasl > SaslServer

javax.security.sasl
Interface SaslServer

See Also:
Top Examples, Source Code, Sasl, SaslServerFactory

void dispose()
             throws SaslException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] evaluateResponse(byte[] response)
                        throws SaslException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getAuthorizationID()
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getMechanismName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object getNegotiatedProperty(String propName)
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isComplete()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] unwrap(byte[] incoming,
              int offset,
              int len)
              throws SaslException
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] wrap(byte[] outgoing,
            int offset,
            int len)
            throws SaslException
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags