Class DssSessionAuthorizationHolder
- java.lang.Object
-
- ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DssSessionAuthorizationHolder
-
public class DssSessionAuthorizationHolder extends java.lang.Object
Holder object forIDssSessionAuthorizer
.This is an internal class. Do not use it as a user of the API.
-
-
Constructor Summary
Constructors Constructor Description DssSessionAuthorizationHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IDssSessionAuthorizer
getAuthorizer()
Returns the authorizer that can be used to check whether a session is authorized to access a data set code.static void
setAuthorizer(IDssSessionAuthorizer authorizer)
Sets the authorizer.
-
-
-
Method Detail
-
getAuthorizer
public static IDssSessionAuthorizer getAuthorizer()
Returns the authorizer that can be used to check whether a session is authorized to access a data set code.
-
setAuthorizer
public static void setAuthorizer(IDssSessionAuthorizer authorizer)
Sets the authorizer.Only set this method once at program startup.
-
-