public class ModelToRepresentation extends Object
Constructor and Description |
---|
ModelToRepresentation() |
Modifier and Type | Method and Description |
---|---|
static RealmAuditRepresentation |
toAuditReprensetation(RealmModel realm) |
static ClaimRepresentation |
toRepresentation(ClientModel model) |
static RealmRepresentation |
toRepresentation(RealmModel realm) |
static RoleRepresentation |
toRepresentation(RoleModel role) |
static SocialLinkRepresentation |
toRepresentation(SocialLinkModel socialLink) |
static CredentialRepresentation |
toRepresentation(UserCredentialModel cred) |
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 RealmAuditRepresentation toAuditReprensetation(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)
Copyright © 2014. All Rights Reserved.