public class BundleKeyStore extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_KEY_ALIAS |
static String |
KEY_ALG |
static Long |
KEY_VALIDITY |
static String |
KEY_VALIDITY_PROPERTY |
static String |
PAC4J_DEMO_ALIAS |
static String |
PAC4J_DEMO_KEYSTORE |
static String |
PAC4J_DEMO_PASSWD |
static String |
PROVIDER |
static String |
SAML_JENKINS_KEYSTORE_JKS |
static String |
SAML_JENKINS_KEYSTORE_XML |
static String |
SIGNATURE_ALGORITHM |
Constructor and Description |
---|
BundleKeyStore() |
Modifier and Type | Method and Description |
---|---|
String |
getKeystorePath() |
String |
getKsPassword() |
String |
getKsPkAlias() |
String |
getKsPkPassword() |
void |
init()
initialized the keystore, it tries to create a keystore in a file,
if it fails load the settings of the demo keystore.
|
boolean |
isUsingDemoKeyStore() |
boolean |
isValid() |
public static final String PAC4J_DEMO_PASSWD
public static final String PAC4J_DEMO_KEYSTORE
public static final String PAC4J_DEMO_ALIAS
public static final String DEFAULT_KEY_ALIAS
public static final String KEY_ALG
public static final String SIGNATURE_ALGORITHM
public static final String PROVIDER
public static final String KEY_VALIDITY_PROPERTY
public static final Long KEY_VALIDITY
public static final String SAML_JENKINS_KEYSTORE_XML
public static final String SAML_JENKINS_KEYSTORE_JKS
public void init()
public String getKeystorePath()
public String getKsPassword()
public String getKsPkPassword()
public String getKsPkAlias()
public boolean isUsingDemoKeyStore()
public boolean isValid()
Copyright © 2016–2019. All rights reserved.