Class EntityWithCredential
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.EntityWithCredential
-
public class EntityWithCredential extends Object
Entity and a value of (one of) its credential attribute- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description EntityWithCredential()
EntityWithCredential(String credentialName, String credentialValue, long entityId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCredentialName()
String
getCredentialValue()
long
getEntityId()
void
setCredentialName(String credentialName)
void
setCredentialValue(String credentialValue)
void
setEntityId(long entityId)
-
-
-
Method Detail
-
getCredentialName
public String getCredentialName()
-
setCredentialName
public void setCredentialName(String credentialName)
-
getCredentialValue
public String getCredentialValue()
-
setCredentialValue
public void setCredentialValue(String credentialValue)
-
getEntityId
public long getEntityId()
-
setEntityId
public void setEntityId(long entityId)
-
-