eu.emi.dsr.security.util
Class AuthZAttributeStore
java.lang.Object
eu.emi.dsr.security.util.AuthZAttributeStore
public class AuthZAttributeStore
- extends Object
Helper class for storing authorization information
This uses thread-local storage of Client, authz map, security tokens
- Author:
- schuller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClient
public static Client getClient()
setClient
public static void setClient(Client c)
removeClient
public static void removeClient()
setTokens
public static void setTokens(SecurityTokens t)
getTokens
public static SecurityTokens getTokens()
removeTokens
public static void removeTokens()
clear
public static void clear()
Copyright © 2012. All Rights Reserved.