@IdentityStereotype(value=USER) public class Agent extends AbstractIdentityType implements Account
Account
implementation that represents a non-human authenticating entityAttributedType.QUERY_ATTRIBUTE
Modifier and Type | Field and Description |
---|---|
static QueryParameter |
LOGIN_NAME |
CREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, MODIFIED_AFTER, PARTITION
ID
Modifier and Type | Method and Description |
---|---|
String |
getLoginName() |
void |
setLoginName(String loginName) |
equals, getCreatedDate, getExpirationDate, getPartition, hashCode, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartition
getAttribute, getAttributes, getAttributesMap, getId, removeAttribute, setAttribute, setId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCreatedDate, getExpirationDate, getPartition, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartition
getAttribute, getAttributes, getId, removeAttribute, setAttribute, setId
public static final QueryParameter LOGIN_NAME
public Agent()
public Agent(String loginName)
@AttributeProperty @StereotypeProperty(value=IDENTITY_USER_NAME) @Unique public String getLoginName()
public void setLoginName(String loginName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.