|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.net.security.SimpleHandler
public class SimpleHandler
The SimpleHandler class is a CallbackHandler implementation based on a specified user name and password.
| Constructor Summary | |
|---|---|
SimpleHandler(String sName, char[] acPassword)Construct a SimpleHandler. |
|
SimpleHandler(String sName, char[] acPassword, boolean fDispose)Construct a SimpleHandler. |
|
SimpleHandler(String sName, String sPassword, boolean fDispose)Construct a SimpleHandler. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)Compare this principal to the specified object. |
String |
getName()Return the name of this principal. |
void |
handle(Callback[] aCallback)Invoke an array of Callbacks. |
int |
hashCode()Return a hashcode for this principal. |
String |
toString()Return a string representation of this principal. |
| Constructor Detail |
|---|
public SimpleHandler(String sName,
char[] acPassword)
sName - the user nameacPassword - the password
public SimpleHandler(String sName,
String sPassword,
boolean fDispose)
sName - the user namesPassword - the passwordfDispose - true if the password should be disposed as soon as the PasswordCallback has been served
public SimpleHandler(String sName,
char[] acPassword,
boolean fDispose)
sName - the user nameacPassword - the passwordfDispose - true if the password should be disposed as soon as the PasswordCallback has been served| Method Detail |
|---|
public void handle(Callback[] aCallback)
throws UnsupportedCallbackException
handle in interface CallbackHandleraCallback - an array of Callback objects which contains the information requested by an underlying security service to be retrieved or displayed.UnsupportedCallbackException - if the implementation of this method does not support one or more of the Callbacks specified in the callbacks parameter.public boolean equals(Object o)
equals in interface Principalo - principal to compare withpublic String toString()
toString in interface Principalpublic int hashCode()
hashCode in interface Principalpublic String getName()
getName in interface Principal
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||