Interface IAuthenticatorAttributeParam
-
- All Superinterfaces:
Serializable
public interface IAuthenticatorAttributeParam extends Serializable
Common interface for accessing parameters of authenticator attributes- Since:
- 6.6.11
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
boolean
isValueMasked()
-
-
-
Method Detail
-
getKey
String getKey()
- Returns:
- Key of the attribute
-
isValueMasked
boolean isValueMasked()
- Returns:
- whether or not to mask the attribute value
-
-