Class DssSessionAuthorizationHolder
java.lang.Object
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.authorization.DssSessionAuthorizationHolder
Holder object for
IDssSessionAuthorizer.
This is an internal class. Do not use it as a user of the API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IDssSessionAuthorizerReturns the authorizer that can be used to check whether a session is authorized to access a data set code.static voidsetAuthorizer(IDssSessionAuthorizer authorizer) Sets the authorizer.
-
Constructor Details
-
DssSessionAuthorizationHolder
public DssSessionAuthorizationHolder()
-
-
Method Details
-
getAuthorizer
Returns the authorizer that can be used to check whether a session is authorized to access a data set code.
-