| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(byte[] password) |
boolean |
authenticate(char[] password) |
org.xipki.security.X509Cert |
getCert() |
byte[] |
getKeyId() |
String |
getName() |
char[] |
getPassword() |
boolean |
isCertprofilePermitted(String certprofile) |
boolean |
isPermitted(int permission) |
static DummyPasswordRequestor |
ofKeyId(byte[] keyId) |
static DummyPasswordRequestor |
ofUser(String user) |
public static DummyPasswordRequestor ofUser(String user)
public static DummyPasswordRequestor ofKeyId(byte[] keyId)
public char[] getPassword()
getPassword in interface Requestorpublic boolean authenticate(char[] password)
authenticate in interface Requestorpublic boolean authenticate(byte[] password)
authenticate in interface Requestorpublic boolean isCertprofilePermitted(String certprofile)
isCertprofilePermitted in interface Requestorpublic boolean isPermitted(int permission)
isPermitted in interface RequestorCopyright © 2022. All rights reserved.