Groovy Documentation

org.linkedin.glu.orchestration.engine.authorization
[Groovy] Interface AuthorizationService


interface AuthorizationService

Authors:
yan@pongasoft.com


Method Summary
void checkStreamFileContent(java.lang.String location)

@throws AccessControlException if the current user does not have the rights to stream the content of the file

java.lang.String getExecutingPrincipal()

@return the executing principal (who is executing the code)

 

Method Detail

checkStreamFileContent

void checkStreamFileContent(java.lang.String location)
throws:
AccessControlException if the current user does not have the rights to stream the content of the file


getExecutingPrincipal

java.lang.String getExecutingPrincipal()
Returns:
the executing principal (who is executing the code)


 

Groovy Documentation