|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.core.security.SecurityConfiguration
public final class SecurityConfiguration
The security configuration information.
Constructor Summary | |
---|---|
SecurityConfiguration() Default constructor. |
Method Summary | |
---|---|
String |
getAlgorithm() Returns the security algorithm to use. |
String |
getKey() Returns the security key used to secure property values. |
String |
getProvider() Returns the security provider to use. |
String |
getSourceId() Returns the identifier where this information is taken from. |
String |
getTransformation() Returns the security transformation to use. |
boolean |
isUnset() Checks whether or not the configuration has value. |
void |
setAlgorithm(String algorithm) Sets the security algorithm to use. |
void |
setKey(String key) Sets the security key used to secure property values. |
void |
setProvider(String provider) Sets the security provider to use. |
void |
setSourceId(String sourceId) Sets the identifier where this information is taken from. |
void |
setTransformation(String transformation) Sets the security transformation to use. |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SecurityConfiguration()
Method Detail |
---|
public String getSourceId()
public void setSourceId(String sourceId)
sourceId
- the identifier where this information is taken from.
public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm
- the security algorithm to use.
public String getTransformation()
public void setTransformation(String transformation)
transformation
- the security transformation to use.
public String getProvider()
public void setProvider(String provider)
provider
- the security provider to use.
public String getKey()
public void setKey(String key)
key
- the security key used to secure property values.
public boolean isUnset()
true
if the configuration is unset,
false
otherwise.
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |