de.smartics.properties.api.core.security
Class SecurityConfiguration

Package class diagram package SecurityConfiguration
java.lang.Object
  extended by de.smartics.properties.api.core.security.SecurityConfiguration

public final class SecurityConfiguration
     
     
extends Object

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

SecurityConfiguration

public SecurityConfiguration()
Default constructor.

Method Detail

getSourceId

public String getSourceId()
Returns the identifier where this information is taken from.

Returns:
the identifier where this information is taken from.

setSourceId

public void setSourceId(String sourceId)
Sets the identifier where this information is taken from.

Parameters:
sourceId - the identifier where this information is taken from.

getAlgorithm

public String getAlgorithm()
Returns the security algorithm to use.

Returns:
the security algorithm to use.

setAlgorithm

public void setAlgorithm(String algorithm)
Sets the security algorithm to use.

Parameters:
algorithm - the security algorithm to use.

getTransformation

public String getTransformation()
Returns the security transformation to use.

Returns:
the security transformation to use.

setTransformation

public void setTransformation(String transformation)
Sets the security transformation to use.

Parameters:
transformation - the security transformation to use.

getProvider

public String getProvider()
Returns the security provider to use.

Returns:
the security provider to use.

setProvider

public void setProvider(String provider)
Sets the security provider to use.

Parameters:
provider - the security provider to use.

getKey

public String getKey()
Returns the security key used to secure property values.

Returns:
the security key used to secure property values.

setKey

public void setKey(String key)
Sets the security key used to secure property values.

Parameters:
key - the security key used to secure property values.

isUnset

public boolean isUnset()
Checks whether or not the configuration has value.

Returns:
true if the configuration is unset, false otherwise.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.