Class AuthenticatorInstanceMetadata
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AuthenticatorInstanceMetadata
Describes a configured authenticator instance in implementation agnostic way.
Uses default JSON serialization.
- Author:
- K. Benedyczak
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
long
int
hashCode()
void
setConfiguration
(String configuration) void
void
setLocalCredentialName
(String localCredentialName) void
setRevision
(long revision) void
setTypeDescription
(AuthenticatorTypeDescription typeDescription)
-
Constructor Details
-
AuthenticatorInstanceMetadata
public AuthenticatorInstanceMetadata()
-
-
Method Details
-
getLocalCredentialName
- Returns:
- name of the local credential bound to this authenticator. In case of non local authenticators null is returned
-
setLocalCredentialName
-
clone
-
getId
-
setId
-
getTypeDescription
-
setTypeDescription
-
getConfiguration
-
setConfiguration
-
getRevision
public long getRevision() -
setRevision
public void setRevision(long revision) -
hashCode
public int hashCode() -
equals
-