Class OicSecurityRealm.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • isAuto

        public boolean isAuto()
      • isManual

        public boolean isManual()
      • doCheckClientSecret

        public FormValidation doCheckClientSecret​(@QueryParameter
                                                  String clientSecret)
      • doCheckWellKnownOpenIDConfigurationUrl

        public FormValidation doCheckWellKnownOpenIDConfigurationUrl​(@QueryParameter
                                                                     String wellKnownOpenIDConfigurationUrl,
                                                                     @QueryParameter
                                                                     boolean disableSslVerification)
      • doCheckTokenServerUrl

        public FormValidation doCheckTokenServerUrl​(@QueryParameter
                                                    String tokenServerUrl)
      • doCheckJwksServerUrl

        public FormValidation doCheckJwksServerUrl​(@QueryParameter
                                                   String jwksServerUrl)
      • doCheckTokenAuthMethod

        public FormValidation doCheckTokenAuthMethod​(@QueryParameter
                                                     String tokenAuthMethod)
      • doCheckAuthorizationServerUrl

        public FormValidation doCheckAuthorizationServerUrl​(@QueryParameter
                                                            String authorizationServerUrl)
      • doCheckOverrideScopes

        public FormValidation doCheckOverrideScopes​(@QueryParameter
                                                    String overrideScopes)
      • doCheckEndSessionEndpoint

        public FormValidation doCheckEndSessionEndpoint​(@QueryParameter
                                                        String endSessionEndpoint)
      • doCheckPostLogoutRedirectUrl

        public FormValidation doCheckPostLogoutRedirectUrl​(@QueryParameter
                                                           String postLogoutRedirectUrl)
      • doCheckUserNameField

        public FormValidation doCheckUserNameField​(@QueryParameter
                                                   String userNameField)
      • doCheckFullNameFieldName

        public FormValidation doCheckFullNameFieldName​(@QueryParameter
                                                       String fullNameFieldName)
      • doCheckEmailFieldName

        public FormValidation doCheckEmailFieldName​(@QueryParameter
                                                    String emailFieldName)
      • doCheckGroupsFieldName

        public FormValidation doCheckGroupsFieldName​(@QueryParameter
                                                     String groupsFieldName)
      • doCheckTokenFieldToCheckKey

        public FormValidation doCheckTokenFieldToCheckKey​(@QueryParameter
                                                          String tokenFieldToCheckKey)