"미디어위키 AbstractPrimaryAuthenticationProvider"의 두 판 사이의 차이

5번째 줄: 5번째 줄:
! 주요 메소드 !! 설명
! 주요 메소드 !! 설명
|-
|-
| beginPrimaryAuthentication() |
| beginPrimaryAuthentication() ||
* 별도인증 성공: AuthenticationResponse::newPass( $username ) 반환
* 별도인증 성공: AuthenticationResponse::newPass( $username ) 반환
* 별도인증 실패: AuthenticationResponse::newAbstain() 반환
* 별도인증 실패: AuthenticationResponse::newAbstain() 반환
|-
|-
| postAuthentication() |
| postAuthentication() ||
* 미디어위키 내부인증 정상 여부 확인
* 미디어위키 내부인증 정상 여부 확인
* 필요시 외부정보로부터 내부정보 갱신 등 후속처리
* 필요시 외부정보로부터 내부정보 갱신 등 후속처리

2018년 8월 19일 (일) 15:55 판

1 개요

미디어위키 AbstractPrimaryAuthenticationProvider
주요 메소드 설명
beginPrimaryAuthentication()
  • 별도인증 성공: AuthenticationResponse::newPass( $username ) 반환
  • 별도인증 실패: AuthenticationResponse::newAbstain() 반환
postAuthentication()
  • 미디어위키 내부인증 정상 여부 확인
  • 필요시 외부정보로부터 내부정보 갱신 등 후속처리

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}