Class ClientAuthenticationMethods
java.lang.Object
swiss.trustbroker.federation.xmlconfig.ClientAuthenticationMethods
- All Implemented Interfaces:
Serializable
OIDC client authentication methods.
Potentially breaking changes: see
Potentially breaking changes: see
ClientAuthenticationMethod- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newClientAuthenticationMethodsinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanList of authentication methods.inthashCode()voidsetMethods(List<ClientAuthenticationMethod> methods) List of authentication methods.toString()
-
Constructor Details
-
ClientAuthenticationMethods
public ClientAuthenticationMethods() -
ClientAuthenticationMethods
Creates a newClientAuthenticationMethodsinstance.- Parameters:
methods- List of authentication methods.
-
-
Method Details