public class ModelToRepresentation extends Object
Constructor and Description |
---|
ModelToRepresentation() |
Modifier and Type | Method and Description |
---|---|
static RealmEventsConfigRepresentation |
toEventsConfigReprensetation(RealmModel realm) |
static ApplicationRepresentation |
toRepresentation(ApplicationModel applicationModel) |
static ClaimRepresentation |
toRepresentation(ClientModel model) |
static OAuthClientRepresentation |
toRepresentation(OAuthClientModel model) |
static RealmRepresentation |
toRepresentation(RealmModel realm) |
static RoleRepresentation |
toRepresentation(RoleModel role) |
static SocialLinkRepresentation |
toRepresentation(SocialLinkModel socialLink) |
static CredentialRepresentation |
toRepresentation(UserCredentialModel cred) |
static UserFederationProviderRepresentation |
toRepresentation(UserFederationProviderModel model) |
static UserRepresentation |
toRepresentation(UserModel user) |
static UserSessionRepresentation |
toRepresentation(UserSessionModel session) |
public static UserRepresentation toRepresentation(UserModel user)
public static RoleRepresentation toRepresentation(RoleModel role)
public static RealmRepresentation toRepresentation(RealmModel realm)
public static RealmEventsConfigRepresentation toEventsConfigReprensetation(RealmModel realm)
public static CredentialRepresentation toRepresentation(UserCredentialModel cred)
public static ClaimRepresentation toRepresentation(ClientModel model)
public static SocialLinkRepresentation toRepresentation(SocialLinkModel socialLink)
public static UserSessionRepresentation toRepresentation(UserSessionModel session)
public static ApplicationRepresentation toRepresentation(ApplicationModel applicationModel)
public static OAuthClientRepresentation toRepresentation(OAuthClientModel model)
public static UserFederationProviderRepresentation toRepresentation(UserFederationProviderModel model)
Copyright © 2014. All Rights Reserved.