Modifier and Type |
Method and Description |
AuthenticatorMethodPushAllOfSettings |
addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) |
AuthenticatorMethodPushAllOfSettings |
addTransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) |
AuthenticatorMethodPushAllOfSettings |
algorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
boolean |
equals(Object o) |
List<AuthenticatorMethodAlgorithm> |
getAlgorithms()
Get algorithms
|
PushMethodKeyProtection |
getKeyProtection()
Get keyProtection
|
List<AuthenticatorMethodTransactionType> |
getTransactionTypes()
Get transactionTypes
|
int |
hashCode() |
AuthenticatorMethodPushAllOfSettings |
keyProtection(PushMethodKeyProtection keyProtection) |
void |
setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
void |
setKeyProtection(PushMethodKeyProtection keyProtection) |
void |
setTransactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) |
String |
toString() |
AuthenticatorMethodPushAllOfSettings |
transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) |