PHP 클래스 AppserverIo\Appserver\ServletEngine\Security\NobodyPrincipal
Any Principal or name of a Principal when compared to an NobodyPrincipal
using {@link #equals(PrincipleInterface) equals} will always be found
not equal to the NobodyPrincipal.
파일 보기
프로젝트 열기: appserver-io/appserver
공개 메소드들
메소드 |
설명 |
|
__toString ( ) : string |
Returns the principals name as string. |
|
equals ( AppserverIo\Psr\Security\PrincipalInterface $another ) : boolean |
Compare this NobodyPrincipal's name against another Principal. |
|
getName ( ) : AppserverIo\Lang\String |
Return's the principals name as String. |
|
메소드 상세
Returns the principals name as string.
Compare this NobodyPrincipal's name against another Principal.
public equals ( AppserverIo\Psr\Security\PrincipalInterface $another ) : boolean |
$another |
AppserverIo\Psr\Security\PrincipalInterface |
The other principal to compare to |
리턴 |
boolean |
Will always return FALSE, because this is nobody |
Return's the principals name as String.
public getName ( ) : AppserverIo\Lang\String |
리턴 |
AppserverIo\Lang\String |
The principal's name |