org.ogf.graap.wsag.api.security
Class SecurityProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.ogf.graap.wsag.api.security.SecurityProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, ISecurityProperties

public class SecurityProperties
extends Properties
implements ISecurityProperties

SecurityProperties

Author:
Oliver Waeldrich
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
SecurityProperties(LoginContext context)
          Creates a new security properties instance with a given login context.
 
Method Summary
 ISecurityProperties clone()
           
 LoginContext getLoginContext()
           
 Properties getProperties()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityProperties

public SecurityProperties(LoginContext context)
Creates a new security properties instance with a given login context.

Parameters:
context - the login context
Method Detail

getLoginContext

public LoginContext getLoginContext()
Specified by:
getLoginContext in interface ISecurityProperties
Returns:
the current login context

getProperties

public Properties getProperties()
Specified by:
getProperties in interface ISecurityProperties
Returns:
additional security properties

clone

public ISecurityProperties clone()
Specified by:
clone in interface ISecurityProperties
Overrides:
clone in class Hashtable<Object,Object>
Returns:
the cloned object


Copyright © 2008-2012. All Rights Reserved.