Package fr.gouv.vitam.common
Interface ServerIdentityConfiguration
- All Known Implementing Classes:
ServerIdentity.ServerIdentityConfigurationImpl
public interface ServerIdentityConfiguration
Defines minimal common configurations for server identity configuration properties.
Your configuration class must implement it
Your configuration class must implement it
-
Method Summary
Modifier and TypeMethodDescriptionMust return the value of a 'identityName' attributeMust return the value of a 'identityRole' attributeint
Must return the value of a 'IdentityServerId' attributeint
Must return the value of a 'IdentitySiteId' attribute
-
Method Details
-
getIdentityName
String getIdentityName()Must return the value of a 'identityName' attribute- Returns:
- the identity name value
-
getIdentityServerId
int getIdentityServerId()Must return the value of a 'IdentityServerId' attribute- Returns:
- the identity platform id value
-
getIdentitySiteId
int getIdentitySiteId()Must return the value of a 'IdentitySiteId' attribute- Returns:
- the identity platform id value
-
getIdentityRole
String getIdentityRole()Must return the value of a 'identityRole' attribute- Returns:
- the identity role value
-