Uses of Class
org.apache.manifoldcf.authorities.interfaces.AuthorizationResponse
-
Packages that use AuthorizationResponse Package Description org.apache.manifoldcf.authorities.authorities org.apache.manifoldcf.authorities.interfaces org.apache.manifoldcf.authorities.system -
-
Uses of AuthorizationResponse in org.apache.manifoldcf.authorities.authorities
Fields in org.apache.manifoldcf.authorities.authorities declared as AuthorizationResponse Modifier and Type Field Description protected static AuthorizationResponseBaseAuthorityConnector. RESPONSE_UNREACHABLEprotected static AuthorizationResponseBaseAuthorityConnector. RESPONSE_UNREACHABLE_ADDITIVEprotected static AuthorizationResponseBaseAuthorityConnector. RESPONSE_USERNOTFOUNDprotected static AuthorizationResponseBaseAuthorityConnector. RESPONSE_USERNOTFOUND_ADDITIVEprotected static AuthorizationResponseBaseAuthorityConnector. RESPONSE_USERUNAUTHORIZEDprotected static AuthorizationResponseBaseAuthorityConnector. RESPONSE_USERUNAUTHORIZED_ADDITIVEMethods in org.apache.manifoldcf.authorities.authorities that return AuthorizationResponse Modifier and Type Method Description AuthorizationResponseBaseAuthorityConnector. getAuthorizationResponse(java.lang.String userName)Obtain the access tokens for a given user name.AuthorizationResponseBaseAuthorityConnector. getDefaultAuthorizationResponse(java.lang.String userName)Obtain the default access tokens for a given user name. -
Uses of AuthorizationResponse in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces that return AuthorizationResponse Modifier and Type Method Description AuthorizationResponseIAuthorityConnector. getAuthorizationResponse(java.lang.String userName)Obtain the access tokens for a given Active Directory user name.static AuthorizationResponseAuthorityConnectorFactory. getDefaultAuthorizationResponse(IThreadContext threadContext, java.lang.String className, java.lang.String userName)Get the default response from a connector.AuthorizationResponseIAuthorityConnector. getDefaultAuthorizationResponse(java.lang.String userName)Obtain the default access tokens for a given user name.AuthorizationResponseAuthorityConnectorFactory. getThisDefaultAuthorizationResponse(IThreadContext threadContext, java.lang.String className, java.lang.String userName)Get the default response from a connector. -
Uses of AuthorizationResponse in org.apache.manifoldcf.authorities.system
Fields in org.apache.manifoldcf.authorities.system declared as AuthorizationResponse Modifier and Type Field Description protected AuthorizationResponseAuthRequest. answerResponseMethods in org.apache.manifoldcf.authorities.system that return AuthorizationResponse Modifier and Type Method Description AuthorizationResponseAuthRequest. getAnswerResponse()Get the answer tokensMethods in org.apache.manifoldcf.authorities.system with parameters of type AuthorizationResponse Modifier and Type Method Description voidAuthRequest. completeRequest(AuthorizationResponse answerResponse, java.lang.Throwable answerException)Note that the request is complete, and record the answers.
-