public final class EntityIDCriteria extends Object implements Criteria
Criteria
which specifies criteria identifying a
particular entity.
Note that when used as a credential criteria for a credential resolver, the entity ID is the entity which owns
the resolved credential. This entity ID may represent either a local entity (self) or remote entity, depending
on the use case, e.g. in resolution of signature verification credentials, the owner entity ID
would be a remote peer; in resolution of decryption credentials, the owner entity ID would be
a local entity ID.
See also PeerEntityIDCriteria
.Constructor and Description |
---|
EntityIDCriteria(String entity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEntityID()
Get the entity ID represented by the criteria.
|
void |
setEntityID(String entity)
Set the entity ID represented by the criteria.
|
public EntityIDCriteria(String entity)
entity
- the entity ID represented by the criteriaCopyright © 2018 JBoss by Red Hat. All rights reserved.