|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
public static class AppConfigurationEntry.LoginModuleControlFlag
이 클래스는,LoginModule 가 REQUIRED, REQUISITE, SUFFICIENT, 또는 OPTIONAL 일지 어떨지를 나타냅니다.
| 필드의 개요 | |
|---|---|
static AppConfigurationEntry.LoginModuleControlFlag |
OPTIONAL
생략 가능한 LoginModule 입니다. |
static AppConfigurationEntry.LoginModuleControlFlag |
REQUIRED
REQUIRED 인 LoginModule 입니다. |
static AppConfigurationEntry.LoginModuleControlFlag |
REQUISITE
REQUISITE 인 LoginModule 입니다. |
static AppConfigurationEntry.LoginModuleControlFlag |
SUFFICIENT
충분한 LoginModule 입니다. |
| 메소드의 개요 | |
|---|---|
String |
toString ()
이 controlFlag 의 String 표현을 돌려줍니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 필드의 상세 |
|---|
public static final AppConfigurationEntry.LoginModuleControlFlag REQUIRED
LoginModule 입니다.
public static final AppConfigurationEntry.LoginModuleControlFlag REQUISITE
LoginModule 입니다.
public static final AppConfigurationEntry.LoginModuleControlFlag SUFFICIENT
LoginModule 입니다.
public static final AppConfigurationEntry.LoginModuleControlFlag OPTIONAL
LoginModule 입니다.
| 메소드의 상세 |
|---|
public String toString()
String 는 「LoginModuleControlFlag: flag」의 형식을 취합니다. flag 는,required,requisite,sufficient, 또는 optional 가 됩니다.
Object 내의 toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.