Interface AuthorizationServerContext
public interface AuthorizationServerContext
A context that holds information of the Authorization Server runtime environment.
- Since:
- 0.2.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns theAuthorizationServerSettings.Returns theURLof the Authorization Server's issuer identifier.
-
Method Details
-
getIssuer
String getIssuer()Returns theURLof the Authorization Server's issuer identifier.- Returns:
- the
URLof the Authorization Server's issuer identifier
-
getAuthorizationServerSettings
AuthorizationServerSettings getAuthorizationServerSettings()Returns theAuthorizationServerSettings.- Returns:
- the
AuthorizationServerSettings
-