@Entity public class RAuthorization extends RContainer implements ROwnable
Modifier and Type | Field and Description |
---|---|
static String |
F_OWNER |
QUERY_NEXT_ID
Constructor and Description |
---|
RAuthorization() |
RAuthorization(RObject owner) |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(AuthorizationType jaxb,
RAuthorization repo,
ObjectType parent,
PrismContext prismContext) |
static void |
copyToJAXB(RAuthorization repo,
AuthorizationType jaxb,
PrismContext prismContext) |
boolean |
equals(Object o) |
Set<String> |
getAction() |
RContainer |
getContainerOwner() |
RAuthorizationDecision |
getDecision() |
String |
getDescription() |
RObject |
getOwner() |
Long |
getOwnerId() |
String |
getOwnerOid() |
int |
hashCode() |
void |
setAction(Set<String> action) |
void |
setDecision(RAuthorizationDecision decision) |
void |
setDescription(String description) |
void |
setOwner(RObject owner) |
void |
setOwnerId(Long ownerId) |
void |
setOwnerOid(String ownerOid) |
AuthorizationType |
toJAXB(PrismContext prismContext) |
public static final String F_OWNER
public RAuthorization()
public RAuthorization(RObject owner)
public RObject getOwner()
public Long getOwnerId()
getOwnerId
in interface ROwnable
public String getOwnerOid()
getOwnerOid
in interface ROwnable
public RAuthorizationDecision getDecision()
public String getDescription()
public RContainer getContainerOwner()
getContainerOwner
in interface ROwnable
RAssignment
method must
return instance of subclass RFocus
public void setDecision(RAuthorizationDecision decision)
public void setDescription(String description)
public void setOwner(RObject owner)
public void setOwnerId(Long ownerId)
public void setOwnerOid(String ownerOid)
public boolean equals(Object o)
equals
in class RContainer
public int hashCode()
hashCode
in class RContainer
public static void copyToJAXB(RAuthorization repo, AuthorizationType jaxb, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(AuthorizationType jaxb, RAuthorization repo, ObjectType parent, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public AuthorizationType toJAXB(PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.