All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static String |
buildGroupPath(GroupModel group) |
static void |
buildGroupPath(StringBuilder sb,
GroupModel group) |
static void |
exportAuthenticationFlows(RealmModel realm,
RealmRepresentation rep) |
static void |
exportGroups(RealmModel realm,
RealmRepresentation rep) |
static void |
exportRequiredActions(RealmModel realm,
RealmRepresentation rep) |
static List<GroupRepresentation> |
searchForGroupByName(RealmModel realm,
boolean full,
String search,
Integer first,
Integer max) |
static List<GroupRepresentation> |
searchForGroupByName(UserModel user,
boolean full,
String search,
Integer first,
Integer max) |
static Map<String,String> |
stripRealmAttributesIncludedAsFields(Map<String,String> attributes) |
static RoleRepresentation |
toBriefRepresentation(RoleModel role) |
static UserRepresentation |
toBriefRepresentation(UserModel user) |
static RealmEventsConfigRepresentation |
toEventsConfigReprensetation(RealmModel realm) |
static GroupRepresentation |
toGroupHierarchy(GroupModel group,
boolean full) |
static List<GroupRepresentation> |
toGroupHierarchy(RealmModel realm,
boolean full) |
static List<GroupRepresentation> |
toGroupHierarchy(RealmModel realm,
boolean full,
Integer first,
Integer max) |
static List<GroupRepresentation> |
toGroupHierarchy(UserModel user,
boolean full) |
static List<GroupRepresentation> |
toGroupHierarchy(UserModel user,
boolean full,
Integer first,
Integer max) |
static AdminEventRepresentation |
toRepresentation(AdminEvent adminEvent) |
static AuthDetailsRepresentation |
toRepresentation(AuthDetails authDetails) |
static AuthenticatorConfigRepresentation |
toRepresentation(AuthenticatorConfigModel model) |
static ClientRepresentation |
toRepresentation(ClientModel clientModel,
KeycloakSession session) |
static ClientScopeRepresentation |
toRepresentation(ClientScopeModel clientScopeModel) |
static CredentialRepresentation |
toRepresentation(CredentialModel cred) |
static EventRepresentation |
toRepresentation(Event event) |
static FederatedIdentityRepresentation |
toRepresentation(FederatedIdentityModel socialLink) |
static GroupRepresentation |
toRepresentation(GroupModel group,
boolean full) |
static IdentityProviderMapperRepresentation |
toRepresentation(IdentityProviderMapperModel model) |
static ComponentRepresentation |
toRepresentation(KeycloakSession session,
ComponentModel component,
boolean internal) |
static UserRepresentation |
toRepresentation(KeycloakSession session,
RealmModel realm,
UserModel user) |
static List<ConfigPropertyRepresentation> |
toRepresentation(List<ProviderConfigProperty> configProperties) |
static PermissionTicketRepresentation |
toRepresentation(PermissionTicket ticket,
AuthorizationProvider authorization) |
static PermissionTicketRepresentation |
toRepresentation(PermissionTicket ticket,
AuthorizationProvider authorization,
boolean returnNames) |
static <R extends AbstractPolicyRepresentation> R |
toRepresentation(Policy policy,
AuthorizationProvider authorization) |
static <R extends AbstractPolicyRepresentation> R |
toRepresentation(Policy policy,
AuthorizationProvider authorization,
boolean genericRepresentation,
boolean export) |
static <R extends AbstractPolicyRepresentation> R |
toRepresentation(Policy policy,
AuthorizationProvider authorization,
boolean genericRepresentation,
boolean export,
boolean allFields) |
static ProtocolMapperRepresentation |
toRepresentation(ProtocolMapperModel model) |
static ConfigPropertyRepresentation |
toRepresentation(ProviderConfigProperty prop) |
static AuthenticationExecutionExportRepresentation |
toRepresentation(RealmModel realm,
AuthenticationExecutionModel model) |
static AuthenticationFlowRepresentation |
toRepresentation(RealmModel realm,
AuthenticationFlowModel model) |
static RealmRepresentation |
toRepresentation(RealmModel realm,
boolean internal) |
static IdentityProviderRepresentation |
toRepresentation(RealmModel realm,
IdentityProviderModel identityProviderModel) |
static RequiredActionProviderRepresentation |
toRepresentation(RequiredActionProviderModel model) |
static ResourceServerRepresentation |
toRepresentation(ResourceServer model,
ClientModel client) |
static ResourceRepresentation |
toRepresentation(Resource model,
String resourceServer,
AuthorizationProvider authorization) |
static ResourceRepresentation |
toRepresentation(Resource model,
String resourceServer,
AuthorizationProvider authorization,
Boolean deep) |
static RoleRepresentation |
toRepresentation(RoleModel role) |
static ScopeRepresentation |
toRepresentation(Scope model) |
static UserConsentRepresentation |
toRepresentation(UserConsentModel model) |
static CredentialRepresentation |
toRepresentation(UserCredentialModel cred) |
static UserSessionRepresentation |
toRepresentation(UserSessionModel session) |
static ComponentRepresentation |
toRepresentationWithoutConfig(ComponentModel component) |