|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthPropertyType in org.picketlink.identity.federation.core.config |
---|
Fields in org.picketlink.identity.federation.core.config with type parameters of type AuthPropertyType | |
---|---|
protected List<AuthPropertyType> |
KeyProviderType.auth
|
Methods in org.picketlink.identity.federation.core.config that return types with arguments of type AuthPropertyType | |
---|---|
List<AuthPropertyType> |
KeyProviderType.getAuth()
Gets the value of the auth property. |
Methods in org.picketlink.identity.federation.core.config with parameters of type AuthPropertyType | |
---|---|
void |
KeyProviderType.add(AuthPropertyType kv)
|
void |
KeyProviderType.remove(AuthPropertyType kv)
|
Uses of AuthPropertyType in org.picketlink.identity.federation.core.impl |
---|
Method parameters in org.picketlink.identity.federation.core.impl with type arguments of type AuthPropertyType | |
---|---|
void |
KeyStoreKeyManager.setAuthProperties(List<AuthPropertyType> authList)
|
Uses of AuthPropertyType in org.picketlink.identity.federation.core.interfaces |
---|
Method parameters in org.picketlink.identity.federation.core.interfaces with type arguments of type AuthPropertyType | |
---|---|
void |
TrustKeyManager.setAuthProperties(List<AuthPropertyType> authList)
Provide a set of properties used for authentication into the storage of keys - keystore, ldap, db, HSM etc |
Uses of AuthPropertyType in org.picketlink.identity.federation.core.util |
---|
Methods in org.picketlink.identity.federation.core.util that return types with arguments of type AuthPropertyType | |
---|---|
static List<AuthPropertyType> |
CoreConfigUtil.getKeyProviderProperties(KeyProviderType keyProviderType)
Given a KeyProviderType , return the list of auth properties that have been decrypted for any masked password |
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |