Package org.keycloak.models
Interface OrganizationModel
- All Known Implementing Classes:
OrganizationAdapter
,OrganizationAdapter
public interface OrganizationModel
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
getId()
getName()
boolean
boolean
boolean
void
void
setAttributes
(Map<String, List<String>> attributes) void
setDescription
(String description) void
setDomains
(Set<OrganizationDomainModel> domains) void
setEnabled
(boolean enabled) void
void
setRedirectUrl
(String redirectUrl)
-
Field Details
-
ORGANIZATION_ATTRIBUTE
- See Also:
-
ORGANIZATION_NAME_ATTRIBUTE
- See Also:
-
ORGANIZATION_DOMAIN_ATTRIBUTE
- See Also:
-
ALIAS
- See Also:
-
-
Method Details
-
getId
String getId() -
setName
-
getName
String getName() -
getAlias
String getAlias() -
setAlias
-
isEnabled
boolean isEnabled() -
setEnabled
void setEnabled(boolean enabled) -
getDescription
String getDescription() -
setDescription
-
getRedirectUrl
String getRedirectUrl() -
setRedirectUrl
-
getAttributes
-
setAttributes
-
getDomains
Stream<OrganizationDomainModel> getDomains() -
setDomains
-
getIdentityProviders
Stream<IdentityProviderModel> getIdentityProviders() -
isManaged
-
isMember
-