@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, PARTITIONID| Modifier and Type | Method and Description |
|---|---|
String |
getLoginName() |
void |
setLoginName(String loginName) |
equals, getCreatedDate, getExpirationDate, getPartition, hashCode, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartitiongetAttribute, getAttributes, getAttributesMap, getId, removeAttribute, setAttribute, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCreatedDate, getExpirationDate, getPartition, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartitiongetAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdpublic 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.