|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.higgins.idas.common.AuthNNamePrivateKeyMaterials
public class AuthNNamePrivateKeyMaterials
Authentication materials consisting of a name and a private key.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.higgins.idas.api.IAuthNMaterials |
|---|
AUTHNMATERIALS_TYPE_ANONYMOUS, AUTHNMATERIALS_TYPE_IMPLIED, AUTHNMATERIALS_TYPE_LEASTPRIVILEGED, AUTHNMATERIALS_TYPE_MINFOCARD, AUTHNMATERIALS_TYPE_NAMEPRIVATEKEY, AUTHNMATERIALS_TYPE_PINFOCARD, AUTHNMATERIALS_TYPE_SAMLPOLICY, AUTHNMATERIALS_TYPE_USERNAMEPASSWORD |
| Constructor Summary | |
|---|---|
AuthNNamePrivateKeyMaterials(String name,
PrivateKey privateKey)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getName()
|
PrivateKey |
getPrivateKey()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthNNamePrivateKeyMaterials(String name,
PrivateKey privateKey)
throws org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.IdASException| Method Detail |
|---|
public String getName()
public PrivateKey getPrivateKey()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||