public class PublicRealmResource extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
logger |
protected RealmModel |
realm |
protected javax.ws.rs.core.UriInfo |
uriInfo |
Constructor and Description |
---|
PublicRealmResource(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
PublishedRealmRepresentation |
getRealm()
Public information about the realm.
|
static PublishedRealmRepresentation |
realmRep(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo) |
protected static final org.jboss.logging.Logger logger
@Context protected javax.ws.rs.core.UriInfo uriInfo
protected RealmModel realm
public PublicRealmResource(RealmModel realm)
@GET @Produces(value="application/json") public PublishedRealmRepresentation getRealm()
public static PublishedRealmRepresentation realmRep(RealmModel realm, javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2014. All Rights Reserved.