-
ca.uhn.hl7v2.hoh.api.IAuthorizationServerCallback.authorize()
Returns true if the username and password are accepted as valid for a given URI
-
com.dyuproject.oauth.Token.authorize()
Checks whether the key and the verifier is authorized or not.
-
com.google.appengine.tools.admin.OAuth2Native.authorize()
Authorizes the installed application to access user's protected data.
@return a credential with the accesToken or null if no authorization token could be obtained.
-
com.google.enterprise.connector.filenet4.Permissions.authorize()
To authorize a given username against the grantee-names, present in all the Access Control Entries for all the permission of the target document.
@param Username which needs to be authorized.
@return True or False, depending on the success or failure ofauthorization.
-
com.google.enterprise.connector.sharepoint.client.BulkAuthorizationHelper.authorize()
To call the Authorize() Web Method of GSBulkAuthorization Web Service
@param authDataPacketArray Contains the list of documents to be authorized
@param userId The username to be authorized
@return the updated {@link AuthDataPacket} object reflecting theauthorization status for each document
@throws RemoteException
-
com.google.gsa.AuthorizationProcessImpl.authorize()
-
com.mobius.model.LoggedUser.authorize()
-
com.sun.ejb.Container.authorize()
Go through ejb container to do ejb security manager authorization.
-
com.tuscanyscatours.payment.creditcard.CreditCardPayment.authorize()
@param amount
@param creditCard
@return returns java.lang.String
-
org.apache.derby.iapi.sql.conn.Authorizer.authorize()
Verify the connected user is authorized to perform the requested operation. This variation should only be used with operations that do not use tables or routines. If the operation involves tables or routines then use the variation of the authorize method that takes an Activation parameter. The activation holds the table, column, and routine lists.
@param operation the enumeration code for the requsted operation.
@exception StandardException Thrown if the operation is not allowed
-
org.apache.felix.webconsole.WebConsoleSecurityProvider.authorize()
Checks whether bthe authenticated user has the given role permission.
@param user The object referring to the authenticated user. This is theobject returned from the {@link #authenticate(String,String)}method and will never be null
.
@param role The requested role
@return true
if the user is given permission for the givenrole.
-
org.apache.ftpserver.ftplet.Authority.authorize()
Authorize an {@link AuthorizationRequest}.
@param request The {@link AuthorizationRequest}
@return True if the request is authorized, false otherwiseIf the request can not be authorized (as checked by {@link #canAuthorize(AuthorizationRequest)} by this Authority, false is returned.
-
org.apache.ftpserver.ftplet.User.authorize()
Authorize a {@link AuthorizationRequest} for this user
@param request The {@link AuthorizationRequest} to authorize
@return A populated AuthorizationRequest if the user was authorized, nullotherwise.
-
org.apache.ftpserver.usermanager.impl.BaseUser.authorize()
{@inheritDoc}
-
org.apache.ftpserver.usermanager.impl.ConcurrentLoginPermission.authorize()
@see Authority#authorize(AuthorizationRequest)
-
org.apache.ftpserver.usermanager.impl.WritePermission.authorize()
@see Authority#authorize(AuthorizationRequest)
-
org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.authorize()
Authorization user level privileges.
@param readRequiredPriv a list of privileges needed for inputs.
@param writeRequiredPriv a list of privileges needed for outputs.
@return
@throws HiveException
@throws AuthorizationException
-
org.apache.hadoop.security.authorize.ServiceAuthorizationManager.authorize()
Authorize the user to access the protocol being used.
@param user user accessing the service
@param protocol service being accessed
@param conf configuration to use
@param hostname fully qualified domain name of the client
@throws AuthorizationException on authorization failure
-
org.apache.lenya.ac.AccessController.authorize()
Authorizes a request inside a publication.
@param request A request.
@return A boolean value.
@throws AccessControlException when something went wrong.
-
org.apache.sentry.binding.hive.authz.HiveAuthzBinding.authorize()
Validate the privilege for the given operation for the given subject
@param hiveOp
@param stmtAuthPrivileges
@param subject
@param currDB
@param inputEntities
@param outputEntities
@throws AuthorizationException
-
org.eclipse.osgi.internal.provisional.service.security.AuthorizationEngine.authorize()
Authorizes a SignedContent
object. The engine determines if the signed content authorization should be granted. The context is the entity associated with the signed content. For example, signed content for a bundle will have a Bundle
object as the context.
@param content the signed content. The value may be null
.
@param context the context associated with the signed content. The value may be null
.
-
org.encuestame.utils.oauth.StandardOAuthSession.authorize()
-
org.globus.ftp.FTPClient.authorize()
-
org.jboss.as.controller.security.ServerSecurityManager.authorize()
-
org.jboss.as.core.security.ServerSecurityManager.authorize()
-
org.jboss.jms.server.SecurityManager.authorize()
Authorize that the subject has at least one of the specified roles. Implementations are most likely to delegates to a JBoss AuthenticationManager.
@param rolePrincipals - The set of roles allowed to read/write/create the destination.
@return true if the subject is authorized, or false if not.
-
org.jboss.jms.server.SecurityStore.authorize()
Authorize that the subject has at least one of the specified roles. Implementations are most likely to delegates to a JBoss AuthenticationManager.
@param rolePrincipals - The set of roles allowed to read/write/create the destination.
@return true if the subject is authorized, or false if not.
-
org.jboss.security.AuthorizationManager.authorize()
Authorize a resource
@param resource
@return AuthorizationContext.PERMIT or AuthorizationContext.DENY
@throws AuthorizationException
-
org.jboss.security.authorization.AuthorizationContext.authorize()
Authorize the Resource
@param resource
@return AuthorizationContext.PERMIT or AuthorizationContext.DENY
@throws AuthorizationException
-
org.jboss.security.authorization.AuthorizationModule.authorize()
Authorize the resource
@param resource
@return AuthorizationContext.PERMIT or AuthorizationContext.DENY
-
org.jboss.security.authorization.modules.ejb.EJBPolicyModuleDelegate.authorize()
@see AuthorizationModuleDelegate#authorize(Resource)
-
org.jboss.security.authorization.modules.ejb.EJBXACMLPolicyModuleDelegate.authorize()
@see AuthorizationModuleDelegate#authorize(Resource)
-
org.jboss.security.authorization.modules.web.WebXACMLPolicyModuleDelegate.authorize()
@see AuthorizationModuleDelegate#authorize(Resource)
-
org.jboss.security.integration.ejb.EJBAuthorizationHelper.authorize()
-
org.jboss.security.javaee.AbstractEJBAuthorizationHelper.authorize()
Authorize the EJB Invocation
@param ejbName
@param ejbMethod
@param ejbPrincipal
@param invocationInterfaceString
@param ejbCS
@param callerSubject
@param callerRunAs
@param contextID
@param methodRoles
@return true - subject is authorized
@throws IllegalStateException Authorization Manager from SecurityContext is null
@throws IllegalArgumentException ejbName, ejbMethod, ejbCS, contextID is null
-
org.jboss.security.plugins.JBossAuthorizationManager.authorize()
@see AuthorizationManager#authorize(Resource)
-
org.jboss.security.plugins.authorization.JBossAuthorizationContext.authorize()
Authorize the Resource
@param resource
@return AuthorizationContext.PERMIT or AuthorizationContext.DENY
@throws AuthorizationException
-
org.mule.security.oauth.OAuth1Adapter.authorize()
Builds the authorization url to initiate the OAuth dance
@param extraParameters provider specific extra parameters
@param requestTokenUrl the url of the request token server
@param accessTokenUrl the url of the access token server
@param authorizationUrl the url of the authorization server
@param redirectUri the redirection uri
@return a String with the authorization url
@throws UnableToAcquireRequestTokenException
-
org.uberfire.security.authz.AuthorizationManager.authorize()
-
weibo4j.Oauth.authorize()