Class EntityWithCredential
java.lang.Object
pl.edu.icm.unity.engine.api.authn.EntityWithCredential
Entity and a value of (one of) its credential attribute
- Author:
- K. Benedyczak
-
Constructor Summary
ConstructorDescriptionEntityWithCredential
(String credentialName, String credentialValue, long entityId) -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setCredentialName
(String credentialName) void
setCredentialValue
(String credentialValue) void
setEntityId
(long entityId)
-
Constructor Details
-
EntityWithCredential
public EntityWithCredential() -
EntityWithCredential
-
-
Method Details
-
getCredentialName
-
setCredentialName
-
getCredentialValue
-
setCredentialValue
-
getEntityId
public long getEntityId() -
setEntityId
public void setEntityId(long entityId)
-