Package io.meeds.oauth2.server.service
Class OAuthSettingService
java.lang.Object
io.meeds.oauth2.server.service.OAuthSettingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllowedCimdUri(String cimdUri) voidaddAllowedOrigin(String origin) voidaddAllowedRedirectUri(String redirectUri) org.springframework.security.oauth2.server.authorization.settings.ClientSettingsorg.springframework.security.oauth2.server.authorization.settings.TokenSettingsbooleanbooleanbooleanbooleanisAllowedCimdUrl(String uri) booleanvoidremoveAllowedCimdUri(String cimdUri) voidremoveAllowedOrigin(String origin) voidremoveAllowedRedirectUri(String redirectUri) voidsetAllowAllCimdUris(boolean allowAll) voidsetAllowAllOrigins(boolean allowAll) voidsetAllowAllRedirectUris(boolean allowAll)
-
Constructor Details
-
OAuthSettingService
public OAuthSettingService()
-
-
Method Details
-
getIssuerUrl
-
getScopes
-
getAllowedRedirectUris
-
getAllowedCimdUris
-
getAllowedOrigins
-
isAllowAllRedirectUris
public boolean isAllowAllRedirectUris() -
isAllowAllCimdUris
public boolean isAllowAllCimdUris() -
isAllowAllOrigins
public boolean isAllowAllOrigins() -
setAllowAllRedirectUris
public void setAllowAllRedirectUris(boolean allowAll) -
setAllowAllCimdUris
public void setAllowAllCimdUris(boolean allowAll) -
setAllowAllOrigins
public void setAllowAllOrigins(boolean allowAll) -
addAllowedRedirectUri
-
addAllowedCimdUri
-
addAllowedOrigin
-
removeAllowedRedirectUri
-
removeAllowedCimdUri
-
removeAllowedOrigin
-
isAllowedRedicrectUri
-
isAllowedCimdUrl
-
getPublicClientSettings
public org.springframework.security.oauth2.server.authorization.settings.ClientSettings getPublicClientSettings() -
getPublicClientTokenSettings
public org.springframework.security.oauth2.server.authorization.settings.TokenSettings getPublicClientTokenSettings()
-