JavaTM Platform
Standard Ed. 6

클래스
javax.security.sasl.SaslException 의 사용

SaslException 를 사용하고 있는 패키지
javax.security.sasl SASL 를 지원하기 위한 클래스와 인터페이스를 포함합니다.  
 

javax.security.sasl 에서의 SaslException 의 사용
 

javax.security.sasl 에서의 SaslException 의 서브 클래스
 class AuthenticationException
          이 예외는, SASL 기구의 구현에 의해 throw 되어 ID, 패스 프레이즈, 또는 키가 무효인 등의 인증에 관련한 이유에 의해, SASL 교환에 실패한 것을 나타냅니다.
 

SaslException 를 throw 하는 javax.security.sasl 의 메소드
 SaslClient SaslClientFactory. createSaslClient (String [] mechanisms, String  authorizationId, String  protocol, String  serverName, Map <String ,? > props, CallbackHandler  cbh)
          지정의 파라미터를 사용해 SaslClient 를 작성합니다.
static SaslClient Sasl. createSaslClient (String [] mechanisms, String  authorizationId, String  protocol, String  serverName, Map <String ,? > props, CallbackHandler  cbh)
          지정의 파라미터를 사용해 SaslClient 를 작성합니다.
 SaslServer SaslServerFactory. createSaslServer (String  mechanism, String  protocol, String  serverName, Map <String ,? > props, CallbackHandler  cbh)
          지정의 파라미터를 사용해 SaslServer 를 작성합니다.
static SaslServer Sasl. createSaslServer (String  mechanism, String  protocol, String  serverName, Map <String ,? > props, CallbackHandler  cbh)
          지정된 기구의 SaslServer 를 작성합니다.
 void SaslServer. dispose ()
          SaslServer 가 사용하고 있는 system resource 또는 시큐리티상 중요한 정보를 파기합니다.
 void SaslClient. dispose ()
          SaslClient 가 사용하고 있는 system resource 또는 시큐리티상 중요한 정보를 파기합니다.
 byte[] SaslClient. evaluateChallenge (byte[] challenge)
          챌린지 데이터를 평가해, 응답을 작성합니다.
 byte[] SaslServer. evaluateResponse (byte[] response)
          응답 데이터를 평가해, 챌린지를 작성합니다.
 byte[] SaslServer. unwrap (byte[] incoming, int offset, int len)
          클라이언트로부터 수신한 바이트 배열을 랩 해제합니다.
 byte[] SaslClient. unwrap (byte[] incoming, int offset, int len)
          서버로부터 수신한 바이트 배열을 랩 해제합니다.
 byte[] SaslServer. wrap (byte[] outgoing, int offset, int len)
          클라이언트에 송신하는 바이트 배열을 랩 합니다.
 byte[] SaslClient. wrap (byte[] outgoing, int offset, int len)
          서버에 송신하는 바이트 배열을 랩 합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.