¡@

Home 

2014/10/15 ¤U¤È 10:04:16

iphone Programming Glossary: authenticationredirectdelegate

Integrating iPhone Application with Shibboleth

http://stackoverflow.com/questions/1935011/integrating-iphone-application-with-shibboleth

response from the SP and display it. If all goes well this should be the secured page originally requested. @interface AuthenticationRedirectDelegate NSObject NSMutableData authResponseData NSString authResponseString UITextView console @property nonatomic retain UITextView.. @property nonatomic retain UITextView console @end Refer to the comments for the interface above. @implementation AuthenticationRedirectDelegate @synthesize console id init authResponseData NSMutableData alloc retain return self void connection NSURLConnection connection.. console setText authResponseString connection release @end The implementation of the ConsoleViewController and AuthenticationRedirectDelegate above contain the real logic of this Shibboleth exercise. The ConsoleViewController performs the following 1. Prepare the..