|
| final RoleModel | getRole (String name) |
| |
| final RoleModel | addRole (String name) |
| |
| final RoleModel | addRole (String id, String name) |
| |
| final boolean | removeRole (RoleModel role) |
| |
| final Set< RoleModel > | getRoles () |
| |
| final List< String > | getDefaultRoles () |
| |
| final void | addDefaultRole (String name) |
| |
| final void | updateDefaultRoles (String... defaultRoles) |
| |
| final void | removeDefaultRoles (String... defaultRoles) |
| |
| void | updateClient () |
| |
| String | getId () |
| |
| String | getClientId () |
| |
| void | setClientId (String clientId) |
| |
| String | getName () |
| |
| void | setName (String name) |
| |
| String | getDescription () |
| |
| void | setDescription (String description) |
| |
| boolean | isEnabled () |
| |
| void | setEnabled (boolean enabled) |
| |
| boolean | isSurrogateAuthRequired () |
| |
| void | setSurrogateAuthRequired (boolean surrogateAuthRequired) |
| |
| Set< String > | getWebOrigins () |
| |
| void | setWebOrigins (Set< String > webOrigins) |
| |
| void | addWebOrigin (String webOrigin) |
| |
| void | removeWebOrigin (String webOrigin) |
| |
| Set< String > | getRedirectUris () |
| |
| void | setRedirectUris (Set< String > redirectUris) |
| |
| void | addRedirectUri (String redirectUri) |
| |
| void | removeRedirectUri (String redirectUri) |
| |
| String | getManagementUrl () |
| |
| void | setManagementUrl (String url) |
| |
| String | getRootUrl () |
| |
| void | setRootUrl (String url) |
| |
| String | getBaseUrl () |
| |
| void | setBaseUrl (String url) |
| |
| boolean | isBearerOnly () |
| |
| void | setBearerOnly (boolean only) |
| |
| int | getNodeReRegistrationTimeout () |
| |
| void | setNodeReRegistrationTimeout (int timeout) |
| |
| String | getClientAuthenticatorType () |
| |
| void | setClientAuthenticatorType (String clientAuthenticatorType) |
| |
| boolean | validateSecret (String secret) |
| |
| String | getSecret () |
| |
| void | setSecret (String secret) |
| |
| String | getRegistrationToken () |
| |
| void | setRegistrationToken (String registrationToken) |
| |
| String | getProtocol () |
| |
| void | setProtocol (String protocol) |
| |
| void | setAttribute (String name, String value) |
| |
| void | removeAttribute (String name) |
| |
| String | getAttribute (String name) |
| |
| Map< String, String > | getAttributes () |
| |
| String | getAuthenticationFlowBindingOverride (String binding) |
| |
| Map< String, String > | getAuthenticationFlowBindingOverrides () |
| |
| void | removeAuthenticationFlowBindingOverride (String binding) |
| |
| void | setAuthenticationFlowBindingOverride (String binding, String flowId) |
| |
| boolean | isFrontchannelLogout () |
| |
| void | setFrontchannelLogout (boolean flag) |
| |
| boolean | isFullScopeAllowed () |
| |
| void | setFullScopeAllowed (boolean value) |
| |
| boolean | isPublicClient () |
| |
| void | setPublicClient (boolean flag) |
| |
| boolean | isConsentRequired () |
| |
| void | setConsentRequired (boolean consentRequired) |
| |
| boolean | isStandardFlowEnabled () |
| |
| void | setStandardFlowEnabled (boolean standardFlowEnabled) |
| |
| boolean | isImplicitFlowEnabled () |
| |
| void | setImplicitFlowEnabled (boolean implicitFlowEnabled) |
| |
| boolean | isDirectAccessGrantsEnabled () |
| |
| void | setDirectAccessGrantsEnabled (boolean directAccessGrantsEnabled) |
| |
| boolean | isServiceAccountsEnabled () |
| |
| void | setServiceAccountsEnabled (boolean serviceAccountsEnabled) |
| |
| RealmModel | getRealm () |
| |
| void | addClientScope (ClientScopeModel clientScope, boolean defaultScope) |
| |
| void | removeClientScope (ClientScopeModel clientScope) |
| |
| Map< String, ClientScopeModel > | getClientScopes (boolean defaultScope, boolean filterByProtocol) |
| |
| int | getNotBefore () |
| |
| void | setNotBefore (int notBefore) |
| |
| Map< String, Integer > | getRegisteredNodes () |
| |
| void | registerNode (String nodeHost, int registrationTime) |
| |
| void | unregisterNode (String nodeHost) |
| |
| default boolean | isDisplayOnConsentScreen () |
| |
| default String | getConsentScreenText () |
| |
| default void | setDisplayOnConsentScreen (boolean displayOnConsentScreen) |
| |
| default void | setConsentScreenText (String consentScreenText) |
| |
| default String | getGuiOrder () |
| |
| default void | setGuiOrder (String guiOrder) |
| |
| Set< ProtocolMapperModel > | getProtocolMappers () |
| |
| ProtocolMapperModel | addProtocolMapper (ProtocolMapperModel model) |
| |
| void | removeProtocolMapper (ProtocolMapperModel mapping) |
| |
| void | updateProtocolMapper (ProtocolMapperModel mapping) |
| |
| ProtocolMapperModel | getProtocolMapperById (String id) |
| |
| ProtocolMapperModel | getProtocolMapperByName (String protocol, String name) |
| |
| Set< RoleModel > | getScopeMappings () |
| |
| void | addScopeMapping (RoleModel role) |
| |
| void | deleteScopeMapping (RoleModel role) |
| |
| Set< RoleModel > | getRealmScopeMappings () |
| |
| boolean | hasScope (RoleModel role) |
| |
Base helper class. Unsupported operations are implemented here that throw exception on invocation.
- 著者
- Bill Burke
- バージョン
- Revision
- 1