public class ModelToRepresentation extends Object
Constructor and Description |
---|
ModelToRepresentation() |
public static void buildGroupPath(StringBuilder sb, GroupModel group)
public static String buildGroupPath(GroupModel group)
public static GroupRepresentation toRepresentation(GroupModel group, boolean full)
public static List<GroupRepresentation> toGroupHierarchy(RealmModel realm, boolean full)
public static GroupRepresentation toGroupHierarchy(GroupModel group, boolean full)
public static UserRepresentation toRepresentation(UserModel user)
public static EventRepresentation toRepresentation(Event event)
public static AdminEventRepresentation toRepresentation(AdminEvent adminEvent)
public static AuthDetailsRepresentation toRepresentation(AuthDetails authDetails)
public static RoleRepresentation toRepresentation(RoleModel role)
public static RealmRepresentation toRepresentation(RealmModel realm, boolean internal)
public static void exportGroups(RealmModel realm, RealmRepresentation rep)
public static void exportAuthenticationFlows(RealmModel realm, RealmRepresentation rep)
public static void exportRequiredActions(RealmModel realm, RealmRepresentation rep)
public static RealmEventsConfigRepresentation toEventsConfigReprensetation(RealmModel realm)
public static CredentialRepresentation toRepresentation(UserCredentialModel cred)
public static FederatedIdentityRepresentation toRepresentation(FederatedIdentityModel socialLink)
public static UserSessionRepresentation toRepresentation(UserSessionModel session)
public static ClientTemplateRepresentation toRepresentation(ClientTemplateModel clientModel)
public static ClientRepresentation toRepresentation(ClientModel clientModel)
public static UserFederationProviderRepresentation toRepresentation(UserFederationProviderModel model)
public static UserFederationMapperRepresentation toRepresentation(RealmModel realm, UserFederationMapperModel model)
public static IdentityProviderRepresentation toRepresentation(RealmModel realm, IdentityProviderModel identityProviderModel)
public static ProtocolMapperRepresentation toRepresentation(ProtocolMapperModel model)
public static IdentityProviderMapperRepresentation toRepresentation(IdentityProviderMapperModel model)
public static UserConsentRepresentation toRepresentation(UserConsentModel model)
public static AuthenticationFlowRepresentation toRepresentation(RealmModel realm, AuthenticationFlowModel model)
public static AuthenticationExecutionExportRepresentation toRepresentation(RealmModel realm, AuthenticationExecutionModel model)
public static AuthenticatorConfigRepresentation toRepresentation(AuthenticatorConfigModel model)
public static RequiredActionProviderRepresentation toRepresentation(RequiredActionProviderModel model)
public static List<ConfigPropertyRepresentation> toRepresentation(List<ProviderConfigProperty> configProperties)
public static ComponentRepresentation toRepresentation(ComponentModel component)
Copyright © 2016 JBoss by Red Hat. All rights reserved.