org.ogf.graap.wsag.api.security
Class SecurityProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
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
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 |
SecurityProperties
public SecurityProperties(LoginContext context)
- Creates a new security properties instance with a given login context.
- Parameters:
context
- the login context
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.