Uses of Class
com.nimbusds.openid.connect.sdk.op.EndpointName
-
Packages that use EndpointName Package Description com.nimbusds.openid.connect.sdk.op OpenID Connect Provider (OP) classes. -
-
Uses of EndpointName in com.nimbusds.openid.connect.sdk.op
Fields in com.nimbusds.openid.connect.sdk.op declared as EndpointName Modifier and Type Field Description static EndpointNameEndpointName. ARAuthorisation request (endpoint).static EndpointNameEndpointName. PARPushed authorisation request (endpoint).Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type EndpointName Modifier and Type Method Description Map<EndpointName,List<ClientAuthenticationMethod>>OIDCProviderMetadata. getClientRegistrationAuthnMethods()Gets the supported client authentication methods for automatic federation client registration.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type EndpointName Modifier and Type Method Description voidOIDCProviderMetadata. setClientRegistrationAuthnMethods(Map<EndpointName,List<ClientAuthenticationMethod>> methods)Sets the supported client authentication methods for automatic federation client registration.
-